go-blueprint
go-blueprint copied to clipboard
Fix the wrong variable name in standard_library.go.tmpl
It fixes #419
Problem/Feature
Using 'NewServer' as a variable reference is incorrect. This should be 'newServer' (the local variable) instead of 'NewServer' (which refers to the function name).
@Melkeydev