6 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 8mo 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 8mo agoIts unexported for that reason. You only change it in tests.