FULL LUA! plus some bugfixes

This commit is contained in:
Jacob Bohanon
2023-08-22 12:07:26 -04:00
parent a9164da3a8
commit 762faaef35
19 changed files with 70 additions and 370 deletions

9
zsh/config.d/00-go.zsh Normal file
View File

@@ -0,0 +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=ignore