Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 203 Bytes

File metadata and controls

6 lines (4 loc) · 203 Bytes

To build: make To test: GIT_CONFIG_GLOBAL=/dev/null go test ./...

always make sure lint passes with make lint before pushing changes

always make sure code is formatted properly with go fmt