You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Install Go

Download and install go for your machine from https://golang.org/dl/

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


IntelliJ Integration

Install Go Plugin

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

Set Go GOTOOT and select the SDK or click + to add the recently installed version.

Also, you can add go support to a project module if if already exists.


Sync Dependencies



  • No labels