golang plugin for asdf version manager https://github.com/asdf-vm/asdf
golang plugin for asdf version manager
brew install coreutils
apt install coreutils
apt install curl
asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
Check the asdf readme for instructions on how to install & manage versions of go.
go get
After using
go getto install a package you need to run
asdf reshim golangto get any new shims.
go getpackages
asdf-golang can automatically install a default set of packages with
go get -u $PACKAGEright after installing a new Go version. To enable this feature, provide a \$HOME/.default-golang-pkgs file that lists one package per line, for example:
// allows comments github.com/Dreamacro/clash github.com/jesseduffield/lazygit
Feel free to create an issue or pull request if you find a bug.
MIT License