首页 > 技术文章 > GoLand Dep Integration Project

jimmyguu 2018-12-13 14:32 原文

Dep integration

标签(空格分隔): Go


1. 通过 GoLand 使用 dep integration 创建项目

参见 Dep integration

使用 dep integration, 你可以在你的项目中管理依赖.

  • 首先下载 dep distribution.
  • 选择 File | New | Project.
  • 在新建项目页面, 选择 Dep.
  • 选择项目路径和 dep 的路径, 点击 Create.

create

推荐阅读