Go code style
June 7, 2019 ยท View on GitHub
In iCore we follow the standard Go code style.
You can read it at the following links:
- Effective Go. The document contains some advice on established conventions to guide decisions around naming, layout, and file organization.
- Go Code Review Comments. The document contains a collection of very short essays about details of Go idiom that are often missed by programmers.