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

...


Update your path (.bashrc or .zshrc)

vi ~/.bashrc

Code Block
arch -arm64 /opt/homebrew/bin/brew install librdkafka
arch -arm64 /opt/homebrew/bin/brew install pkg-config
arch -arm64 /opt/homebrew/bin/brew install libcrypto

...

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


IntelliJ Integration

Install Go Plugin

...