Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 398 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 398 Bytes

Contributing

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Create a new branch git checkout -b MY_BRANCH_NAME
  3. Run make

Testing

Simply run go test -v ./....

Contributors