Eldius / gvm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Version Manager (GVM)

build/release status

Release artifact Go

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)

About

License:Apache License 2.0


Languages

Language:HTML 97.6%Language:Go 2.3%Language:Makefile 0.0%