Versions Compared

Key

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

Install Go

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"


Install Go Plugin

In IntelliJ, click Preferences, Plugins and search for Go. Click Install.

...