Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 130 Bytes

Golang.md

File metadata and controls

4 lines (3 loc) · 130 Bytes

Golang

  1. All code MUST be automatically formatted using gofmt.
  2. All code SHOULD pass the checks carried out by go lint.