Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 246 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 246 Bytes

How to contribute

Code reviews

Setup go tools

go install github.com/magefile/mage@latest
go install github.com/mfridman/tparse@latest
go install github.com/golangci/golangci-lint@latest

Run tests

mage test