Allow for default GOPATH

This commit is contained in:
Chad Whitacre 2018-01-04 14:38:20 -05:00
parent 5142ecf65a
commit 9f0aabfb6f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ GOTAGS ?=
GOFILES ?= $(shell go list ./... | grep -v /vendor/)
GOOS=$(shell go env GOOS)
GOARCH=$(shell go env GOARCH)
GOPATH=$(shell go env GOPATH)
# Get the git commit
GIT_COMMIT=$(shell git rev-parse --short HEAD)