Skip to content

Govm is a fast and flexible Go version manager built with Go.

License

Notifications You must be signed in to change notification settings

Shivakishore14/govm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Govm [ WIP ]

Govm is a fast and flexible version manager for Go built with Go.

Govm lets you work with multiple versions of Go, actively.

installation

Step 1

from binary

download binary from here and copy the binary to a place under $PATH.

[or]

with Go

go get github.com/shivakishore14/govm

step 2

configure govm

govm configure

List versions

List all versions available for download

govm ls-remote

List versions installed locally.

govm ls

Download / Install a Go version

govm install 1.10

Use a version

govm use 1.10

uninstall a version

govm uninstall 1.10

Execute a command with specific version

govm exec 1.10 go env

Contributing

Contributions to GoVM are welcome and encouraged. please read CONTRIBUTING.md

Bugs ?

Please report them under issues

About

Govm is a fast and flexible Go version manager built with Go.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages