Skip to content

Commit 1f9a485

Browse files
committed
Setting GOPATH variable in netplugin/Makefile
Signed-off-by: Vikram Hosakote <[email protected]>
1 parent 129a23f commit 1f9a485

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

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

0 commit comments

Comments
 (0)