An open API service indexing awesome lists of open source software.

https://github.com/hantmac/install_or_update_go_automatically

Install or Update Go Automatically
https://github.com/hantmac/install_or_update_go_automatically

Last synced: 3 months ago
JSON representation

Install or Update Go Automatically

Awesome Lists containing this project

README

        

# Install_or_Update_Go_Automatically

This shell help you Install , Update,config Go Automatically on unix-like machine.

Before exec the shell, you can modify it to set your own GOPATH,GOROOT and GOBIN

- mkdir /home/installGo
- cd /home/installGo
- Download your go-package.tar.gz from https://golang.org/dl/
- git clone https://github.com/hantmac/Install_or_Update_Go_Automatically.git
- sudo sh installOrUpdateGo.sh go-package.tar.gz
- When you see `go version` execute and output rightly,that means install or update Go successfullly and configed well.