go-blueprint
go-blueprint copied to clipboard
Incorrect variable naming in standard_library.go.tmpl
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