1 2 3 4 5 6 7 8 9 10 11
check: go build -o /dev/null ./... go tool golangci-lint run test: go test ./... gen: go generate ./... ci: check test