Bash script for installing Golang in operating systems such as Arch / CentOS / Debian / OpenSUSE.
Filesystem Hierarchy Standard (FHS)
Upstream URL: Golang
Default:
Installed: /usr/lib/go/
Installed: /usr/sbin/go (soft link)
Install Golang
bash -c "$(curl -L https://github.com/chise0713/go-install/raw/master/install.sh)" @ install
Remove Golang
bash -c "$(curl -L https://github.com/chise0713/go-install/raw/master/install.sh)" @ remove