Skip to content

Latest commit

 

History

History

go

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.