5 ms·
This is often the path of pain: https://google.github.io/styleguide/go/best-practices#global-state https://google.github.io/styleguide/go/best-practices#global.
by matttproud 7mo ago
This is often the path of pain: https://google.github.io/styleguide/go/best-practices#global-state https://google.github.io/styleguide/go/best-practices#global....
- spenczar5 7mo agoIts unexported for that reason. You only change it in tests.