Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 552 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 552 Bytes

Go Style Guide

Style guide for programming in Go.

  • Follow the prescriptions set forth in Effective Go.
  • Use govet to find errors not caught by compilers.
  • Use golint to lint source code.
  • Use gofmt to format Go programs before committing to source control.