# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Go Version Manager (GVM)
build/release status
commands
- gvm:
- ls:
gvm ls
list installed versions - ls-remote:
gvm ls-remote
list versions available to install - install:
gvm install <version>
install available version - use:
gvm use <version>
setup version as active - hooks:
gvm hooks
list hooks- add:
gvm hooks add <script>
add a script as hook (executed when you change the active version)
- add:
- ls: