Go 2024-04-17 IT Contents Usage Documents Usage ~/.zshrc 1 2 3 export GOPATH=$HOME/go export GOROOT=$HOME/local/go export PATH=$GOROOT/bin:$PATH Upgrade 1 2 3 go get -u go mod tidy go mod graph Documents Create a Go module Getting started with multi-module workspaces Environment variables Author Jeremy Zheng LastMod 2024-04-17