Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#419·go-blueprint

Incorrect variable naming in standard_library.go.tmpl

Author: shiponcsCreated Jul 21, 2025Updated Jul 21, 2025

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

Source: Melkeydev/go-blueprint

View original on GitHubView discussion on GitHub