add gitconfig

This commit is contained in:
2022-09-27 08:15:34 -04:00
parent 574e865ff6
commit 8200939e20
3 changed files with 10 additions and 1 deletions

View File

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