rpsene / goconfig

Installs and configure a Go development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goconfig

Installs and configure a Go development environment

To use it, just issue source ./go.sh :)

Usage : source ./go.sh [install | remove | env]

  • install: install GO
  • install x.y.z: install a specific version of GO
  • remove: remove GO (delete it from /usr/local)
  • renv: configure the environment to start using GO
  • versions: list of GO versions that can be installed

About

Installs and configure a Go development environment

License:Apache License 2.0


Languages

Language:Shell 100.0%