- The project structure [https://github.com/golang-standards/project-layout]
- Coding standard [
gofmt
andgolint
] - Coding IDE [
vim + vim-go
]. My favorite! - Go Packages Fundamentals [https://medium.com/rungo/everything-you-need-to-know-about-packages-in-go-b8bac62b74cc]
Advertisements