在了解Go的依赖管理时,我经常听到用作动词的术语“供应商”。示例:“应用程序供应商的依赖项......”
这是什么意思 供应商依赖 在这种背景下?
例子:
“使用您的应用程序销售的依赖关系”
资源: https://devcenter.heroku.com/articles/getting-started-with-go#declare-app-dependencies
“godep将编写出售的代码”
资源: https://github.com/tools/godep#go-15-vendor-experiment
后续问题: