Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installation

brew install go


Add it to your Path

Add the following to your .bashrc  or zshrc file

Code Block
export PATH="$PATH:$(go env GOPATH)/bin"


Configuration

Setup default workspace

...