Switching to using the main default branch (#1628)

* Switching to using the main default branch

* changing links to main branch, not master branch

* Changing a few links to relative

* Bumping chart version

Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
This commit is contained in:
Aaron Schlesinger
2020-06-15 13:44:37 -07:00
committed by GitHub
parent f01c645305
commit c2c5daf61a
25 changed files with 50 additions and 54 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ Athens通过将代码从VCS复制到_不可变_存储中来解决这些问题。
### 逻辑
go命令行现在可以ping _您自己的服务器_ 来下载依赖项这意味着您可以编写任何需要的逻辑来提供这种依赖项。包括访问控制下面将讨论、添加自定义版本、自定义分支和自定义包等。例如Athens提供了一个[验证钩子hook](https://github.com/gomods/athens/blob/master/config.dev.toml#L127)每个模块下载时都会调用它来确定是否应该下载此模块。因此您可以用自己的逻辑扩展athens比如扫描模块路径或代码以查找标红代码等。
go命令行现在可以ping _您自己的服务器_ 来下载依赖项这意味着您可以编写任何需要的逻辑来提供这种依赖项。包括访问控制下面将讨论、添加自定义版本、自定义分支和自定义包等。例如Athens提供了一个[验证钩子hook](https://github.com/gomods/athens/blob/main/config.dev.toml#L127)每个模块下载时都会调用它来确定是否应该下载此模块。因此您可以用自己的逻辑扩展athens比如扫描模块路径或代码以查找标红代码等。
### 性能