Last active
August 24, 2018 13:22
-
-
Save richardsonlima/90bab15bd7045490456087f7e257986a to your computer and use it in GitHub Desktop.
GO PATH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Go standard envs | |
ENV GOPATH /go | |
ENV PATH /usr/local/go/bin:$PATH | |
ENV PATH $GOPATH/bin:$PATH | |
#/usr/lib/go/src/github.com/hashicorp/vault/api (from $GOROOT) | |
#/home/richardson/go-dev/src/github.com/hashicorp/vault/api (from $GOPATH) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment