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


M1 Tweaks for Kafka


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


go build --tags dynamic 

IntelliJ Integration

Install Go Plugin

...