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