Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 448 Bytes

CODINGSTYLE.md

File metadata and controls

10 lines (8 loc) · 448 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 glide.yaml has a specific version defined (a specific commit ID or a git tag).