问题描述
在了解Go的依赖管理时,我经常听到用动词这个词作为动词。例如:应用程序供应商的依赖关系......在这种情况下供应商依赖意味着什么?
示例:
资料来源: p>
来源:
后续问题:
-
这与中完全定义,或是否有单独的传统定义?
Go:http://www.goinggo.net/2013/10/manage-dependencies-with-godep.html\">这里为: Is this related to vendoring in Ruby?
Is this term fully defined in the Go 1.5 Vendor Experiment, or is there a separate conventional definition?
我不知道喷出什么Ruby。
基本上,您正在接受一个包,将其存储在您自己的项目中并使用该版本进行构建。我把它比作你在建立网页时如何放置第三方CSS或JS的vendor文件夹。
When learning about Go's dependency management, I often hear the term "vendor" used as a verb. Example: "The dependencies that your application vendors..."
What does it mean to vendor a dependency in this context?
Examples:
Source: https://devcenter.heroku.com/articles/getting-started-with-go#declare-app-dependencies
Source: https://github.com/tools/godep#go-15-vendor-experiment
Follow-up questions:
Defined here for Go as:
I don't know squirt about Ruby.
Essentially you're taking a package, storing it within your own project and using that version to build from. I liken it to how you might have a "vendors" folder where you put third party css or js when building a web page.
这篇关于什么是“售货”在Go中意味着什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!