google style guide

Oct 20, 2023

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