Import projects
In the Welcome to GoLand dialog, click Open.
Alternatively, click File | Open.
In the file browser, navigate to a folder with project files and click Open.
Add SDK: use a local SDK copy. In the file browser, navigate to the SDK version that is on your hard drive.
Download: download the SDK. In the Location field, specify the path for the SDK. To use a file browser, click the Browse icon
. Click OK.
Click OK.
After you have opened your project, you need to specify the location of the Go SDK. You can specify a local path to the SDK or download it. To set the Go SDK, open settings CtrlAlt0S and navigate to Go | GOROOT. Click the Add SDK button and select between two options:
In the Welcome to GoLand dialog, click Get from Version Control.
From the Version Control list, select Git or Mercurial:
To check out files from GitHub, select GitHub and click Log In via GitHub. You will be redirected to account.jetbrains.com where you need to click Authorize in GitHub. Enter your GitHub credentials and grant access to your GitHub account.
To check out files from Mercurial, install and configure Mercurial and restart GoLand. Enter a path to the sources and clone the repository to your computer.
After you have opened your project, you need to specify the location of the Go SDK. You can specify a local path to the SDK or download it. To set the Go SDK, open settings CtrlAlt0S and navigate to Go | GOROOT. Click the Add SDK button and select between two options:
Add SDK: use a local SDK copy. In the file browser, navigate to the SDK version that is on your hard drive.
Download: download the SDK. In the Location field, specify the path for the SDK. To use a file browser, click the Browse icon
. Click OK.
For more information about version control systems, refer to Version control.
tip
To use other version control systems, install a corresponding plugin. For more information about installing plugins, read Plugins.
Thanks for your feedback!