Skip to content

Instantly share code, notes, and snippets.

@richardsonlima
Last active August 24, 2018 13:22
Show Gist options
  • Save richardsonlima/90bab15bd7045490456087f7e257986a to your computer and use it in GitHub Desktop.
Save richardsonlima/90bab15bd7045490456087f7e257986a to your computer and use it in GitHub Desktop.
GO PATH
# 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