Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 530 Bytes

CODINGSTYLE.md

File metadata and controls

11 lines (9 loc) · 530 Bytes

Coding style

  • Use gofmt to format all source files.
  • Address any issues that were discovered by the golint & govet tool.
  • Follow recommendations in effective go and Go Code Review Comments.
  • Please make sure that each dependency in the Gopkg.toml has a specific version or revision defined. For more info read documentation for dep.