GoLand Dep Integration Project

Dep integration

标签(空格分隔): Go


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

参见 Dep integration

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

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

create

原文地址:https://www.cnblogs.com/jehorn/p/10113863.html