GoLand 2019.1 Help

Go

Create a Go project

  1. Install Go SDK. In GoLand, you can navigate to your local SDK copy or download Go SDK from the Internet.

  2. Select File | New | Project.

  3. In the New Project page, select Go.

  4. In the Location field, specify where you want to store your project.

  5. In the GOROOT field, specify the location of your Go installation. Usually, the location is defined automatically.

  6. Click Create.

Create a project with Go integration
  1. In the New Project dialog, select Go.

  2. Click the Add SDK icon (the Add SDK icon) near the GOROOT field.

  3. Select Local.

  4. In the file browser, navigate to the SDK version that is on your hard drive.

  5. Click Open.

Download Go SDK

  1. In the New Project dialog, select Go.

  2. Click the Add SDK icon (the Add SDK icon) near the GOROOT field.

  3. Select Download.

  4. From the Version list, select the SDK version.

  5. In the Target directory field, specify the path for SDK. To use a file browser, click the Browse icon (the Browse icon).

Download Go SDK
Last modified: 17 May 2019