Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

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 ./...