Skip to content

goversion is a tool to install and use multiple Go versions.

License

Notifications You must be signed in to change notification settings

josharian/goversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

goversion is a tool to install and use multiple Go versions.

For example, to use it to try out the first 1.8 beta on your tests:

$ go get -u github.com/josharian/goversion
$ goversion install 1.8beta1
$ goversion 1.8beta1 test ./...

MIT license.

About

goversion is a tool to install and use multiple Go versions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages