Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 265 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 265 Bytes

Building

  • install go 1.9 or greater
  • install dep (brew install dep or go get -u github.com/golang/dep/cmd/dep)
  • install make
  • make

Contributing Guidelines

  • Please include tests for new functions/functionality.
  • Please run make before pushing