Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

cjtoolkit/gogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoGo

Project Level Go version manager, it's works by complimenting the existing version manager golang.org/dl 🙂

Requirement

Google Go
Git

Installation

Run the following (outside of go modules)

$ go get github.com/cjtoolkit/gogo

Using GoGo

Create .gogo in the root of the project, with the example (it can be any version you desire, as long as it in golang.org/dl).

go1.14.2

You should be able to run a go application with the specific version stated in .gogo by running $ gogo run main.go.

If the specified version of go is it not installed it's will install it automatically.

About

Project Level Go version manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages