Versions Compared

Key

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

...

Mac OS - M1 - https://golang.org/dl/go1.17.3.darwin-arm64.pkg

Add it to your Path

Add the following to your .bashrc  or zshrc file

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


IntelliJ Integration

Install Go Plugin

...