您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Kyle Quest 7d1eb50f73 Go modules references 6 年前
..
README.md Go modules references 6 年前

README.md

/vendor

Application dependencies (managed manually or by your favorite dependency management tool like dep or the new built-in, but still experimental, modules feature).

Don’t commit your application dependencies if you are building a library.

Note that since 1.13 Go also enabled the module proxy feature (using https://proxy.golang.org as their module proxy server by default). Read more about it here to see if it fits all of your requirements and constraints. If it does, then you won’t need the ‘vendor’ directory at all.