check: go build -o /dev/null ./... go tool golangci-lint run test: go test ./... gen: go generate ./... ci: check test