google style guide

Nov 23, 2022

https://google.github.io/styleguide/go/

I particularly dig this bit, from the guide:

Go code should be written in the simplest way that accomplishes its goals, both in terms of behavior and performance. Within the Google Go codebase, simple code:

↑ up