Skip to content

Commit 83e1bda

Browse files
vhosakotdseevr
authored andcommitted
Removed GOPATH check (#1026)
* Removed GOPATH check Signed-off-by: Vikram Hosakote <[email protected]> * Removed doc Signed-off-by: Vikram Hosakote <[email protected]>
1 parent c43b0e9 commit 83e1bda

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
ifeq ($(GOPATH),)
2-
$(error GOPATH is not set. Set GOPATH by doing "export GOPATH=<your GOPATH>".)
3-
endif
4-
51
.PHONY: all all-CI build clean default unit-test release tar checks go-version gofmt-src \
62
golint-src govet-src run-build compile-with-docker
73

0 commit comments

Comments
 (0)