M zsh/dot-zshrc => zsh/dot-zshrc +3 -0
@@ 103,6 103,9 @@ export RIPGREP_CONFIG_PATH=~/.ripgreprc
# See https://github.com/crystal-lang/crystal/issues/4745
export PKG_CONFIG_PATH="/opt/homebrew/lib/pkgconfig:$PKG_CONFIG_PATH"
+# go
+# https://go.dev/doc/gopath_code
+export GOPATH="$HOME/Code/go"
### Local overrides ###