go-blueprint icon indicating copy to clipboard operation
go-blueprint copied to clipboard

Incorrect variable naming in standard_library.go.tmpl

Open shiponcs opened this issue 5 months ago • 0 comments

Using 'NewServer' as a variable reference is incorrect. This should be 'newServer' (the local variable) instead of 'NewServer' (which refers to the function name).

https://github.com/search?q=repo%3AMelkeydev%2Fgo-blueprint%20NewServer&type=code#L25

shiponcs avatar Jul 21 '25 12:07 shiponcs