Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 280 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 280 Bytes

Contributing

Getting Started

  1. Fork the repository on GitHub
  2. Clone the forked repository locally
  3. Install Go

Running Tests

Unit tests

go test -p 1 -cover ./...

Static checks

staticcheck ./...