Development
Required Tools
golangci-lint
husky
goimports
gofumpt
asciidoctor
- optionally:
goreleaser
- optionally:
dlv
Install husky
Ensure golangci-lint
and other checks are executed before commit.
go install github.com/go-courier/husky/cmd/husky@latest
husky init