standard_library.go.tmpl 中的变量命名不正确

作者: shiponcs创建于 2025年7月21日更新于 2025年7月21日

将 'NewServer' 用作变量引用是不正确的。应该是 'newServer' (本地变量) 而不是 'NewServer' (引用函数名称)。

内容来源: Melkeydev/go-blueprint