Day: December 13, 2020

Install Go on macOS and GOPATH, Import Path, Package & Module

Installation Download pkg and install by opening pkg file and following installation process. Also see: Installing multiple Go versions  Install Go Tools See: https://github.com/golang/tools Setting GOPATH and GOBIN Add /usr/local/go/bin to ~/.zshrc or ~/.bashrc. Also see: https://github.com/golang/go/wiki/SettingGOPATH Open a new terminal window and check GOPATH and GOBIN go help Package Go programs are organized into …

Install Go on macOS and GOPATH, Import Path, Package & Module Read More »