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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?