Skip to content

Commit

Permalink
Removed GOPATH check (#1026)
Browse files Browse the repository at this point in the history
* Removed GOPATH check

Signed-off-by: Vikram Hosakote <vhosakot@cisco.com>

* Removed doc

Signed-off-by: Vikram Hosakote <vhosakot@cisco.com>
  • Loading branch information
vhosakot authored and dseevr committed Oct 25, 2017
1 parent c43b0e9 commit 83e1bda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
ifeq ($(GOPATH),)
$(error GOPATH is not set. Set GOPATH by doing "export GOPATH=<your GOPATH>".)
endif

.PHONY: all all-CI build clean default unit-test release tar checks go-version gofmt-src \
golint-src govet-src run-build compile-with-docker

Expand Down

0 comments on commit 83e1bda

Please sign in to comment.