gvt

gvt was a minimal go vendoring tool, based on gb-vendor. Today, you want to use modules instead.

  • 所有者: FiloSottile/gvt
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

gvt was a minimalistic Go vendoring tool made for the vendor/ folder (once known as the
GO15VENDOREXPERIMENT).

It was based on gb-vendor by Dave Cheney.

Since Go 1.11, the go tool supports modules, a native solution to the dependency problem.

The go tool understands gvt manifest files, so you just have to run

GO111MODULE=on go mod init
GO111MODULE=on go mod vendor

to migrate and still populate the vendor/ folder for backwards compatibility.

Read more in the docs or on the wiki.

Modules support is experimental in 1.11, but it will probably serve you better than gvt would.

— So long, and thanks for all the fish!

主要指标

概览
名称与所有者FiloSottile/gvt
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2015-09-05 01:56:02
推送于2018-08-25 04:13:13
最后一次提交2018-08-24 22:13:12
发布数0
用户参与
星数725
关注者数24
派生数67
提交数88
已启用问题?
问题数76
打开的问题数35
拉请求数14
打开的拉请求数8
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?