add gitconfig
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# GO stuff
|
||||
export GOPATH="${HOME}/go"
|
||||
export GOROOT="${HOME}/.go/go"
|
||||
export GOBIN="${GOROOT}/bin"
|
||||
export PATH=${GOPATH}/bin:${GOROOT}/bin:$PATH
|
||||
export GOPRIVATE="github.com/solo-io"
|
||||
export ACK_GINKGO_DEPRECATIONS=1.16.5
|
||||
export GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn
|
||||
export GOLANG_PROTOBUF_REGISTRATION_CONFLICT=ignore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user