Skip to content

gitawego/go-version-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-version-manager

a very simple go version manager

install

bash < <(curl -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' -Ks -S -L https://raw.githubusercontent.com/gitawego/go-version-manager/main/installer.sh)

commands

  • show help: govm -h
  • install a version: govm install 1.18.1
  • list locally installed versions: govm list
  • switch to another version: govm switch 1.17.9
  • remove a version: govm remove 1.17.9

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages