Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 317 Bytes

CODINGSTYLE.md

File metadata and controls

8 lines (6 loc) · 317 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.