Merge pull request #3781 from whit537/default-GOPATH

Allow for default GOPATH
pull/3785/head
James Phillips 7 years ago committed by GitHub
commit 69d540a348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save