We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129a23f commit 1f9a485Copy full SHA for 1f9a485
Makefile
@@ -1,3 +1,7 @@
1
+ifeq ($(GOPATH),)
2
+$(error GOPATH is not set. Set GOPATH by doing "export GOPATH=<your GOPATH>".)
3
+endif
4
+
5
.PHONY: all all-CI build clean default unit-test release tar checks go-version gofmt-src \
6
golint-src govet-src run-build compile-with-docker
7
0 commit comments