GoLand 2018.3 Help

Dep integration

Create a project with dep integration

With dep integration, you can manage dependencies in your project.

  1. Install the dep distribution.

  2. Select File | New | Project.

  3. In the New Project page, select Dep.

  4. Specify project information and the location of the downloaded dep distribution. Click Create.

go create dep project

Import dependencies

  1. Click the dependency declaration.

  2. Press Alt+Enter and select dep ensure.

go dep ensure
Last modified: 6 February 2019