标签: go
作为构建过程的一部分,我想手动git clone Go依赖项,以便我可以指定--depth 1等。
git clone
--depth 1
是否有办法让go get(或类似工具)为Go项目输出Git依赖项列表,但不实际获取它们?
go get