Go Install
With GUI (mac)#
- @2022-03-21
- Install with Official Go documentation
go version
runs correctly.
With CLI (docker/Linux)#
- @2022-03-26
- Origin
- With CLI, we can do
GoVer=go1.18.linux-amd64.tar.gz; curl -OL "https://golang.org/dl/$GoVer"
1 2 3 4 5 6 7 |
|