You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GOOS= GOARCH= $(GO) get -u honnef.co/go/tools/cmd/staticcheck
101
109
102
-
.PHONY: all style check_license format build test vet assets tarball docker promu staticcheck $(FIRST_GOPATH)/bin/staticcheck
110
+
$(FIRST_GOPATH)/bin/goveralls:
111
+
@GOOS= GOARCH= $(GO) get -u github.com/mattn/goveralls
112
+
113
+
.PHONY: all style check_license format build test vet assets tarball docker promu staticcheck $(FIRST_GOPATH)/bin/staticcheck goveralls $(FIRST_GOPATH)/bin/goveralls
0 commit comments