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

Latest commit

 

History

History
21 lines (14 loc) · 304 Bytes

DEVELOPMENT.md

File metadata and controls

21 lines (14 loc) · 304 Bytes

Development

Required Tools

  • Go > 1.16
  • gofumpt GO111MODULE=on go get mvdan.cc/gofumpt
  • golangci-lint

Building

make setup # download go dependencies
make build # or just make

Testing

make test