repositorypackage
0.0.8
Repository: https://github.com/xitonix/go-install.git
Documentation: pkg.go.dev
# README
go-install
A CLI tool to install/update the latest version of Go runtime on your machine
Installation
go get -u github.com/xitonix/go-install
OR
Download the binary from the release page.
OR
Clone the repo and run install.sh
- If
GOBIN
is not set, the tool will be installed in/usr/local/bin
NOTE
The tool will install the latest Go binaries in GO_BASE/go
directory.