go-best-practices
go-best-practices copied to clipboard
Codeship Golang Best Practices
Possible section on how we do dependency injection (using interfaces, no framework, etc)?
What I think we need to add in order to feel that [concurrency](/codeship/go-best-practice/tree/master/concurrency) is complete for now. - [x] supervising goroutines (e.g. tracking them with wait groups or communicating with...
What I think we need to add in order to feel that [testing](/codeship/go-best-practice/tree/master/testing) is complete for now. - [x] mocking and interfaces - [ ] integration testing - [ ]...
We need a section on design pattern best practices
We need a section on writing documentation.
We need a section on project structure best practices