Document GOROOT initialization for bash

This commit is contained in:
Josh Holbrook 2024-02-02 16:46:04 -09:00
parent 1a1ca4f738
commit 10971c9f53
No known key found for this signature in database

View File

@ -35,6 +35,9 @@ To set `GOROOT` in your shell's initialization add the following:
**fish shell**
`source ~/.asdf/plugins/golang/set-env.fish`
**bash shell**
`. ~/.asdf/plugins/golang/set-env.sh`
## When using `go get` or `go install`
After using `go get` or `go install` to install a package you need to run `asdf reshim golang` to get any new shims.