Merge branch 'master' into doc/adds-links-it-translation

This commit is contained in:
Kyle Quest
2023-06-29 22:00:36 -07:00
committed by GitHub
21 changed files with 712 additions and 54 deletions

View File

@@ -13,6 +13,9 @@
* [Русский](README_ru.md)
* [Türkçe](README_tr.md)
* [Italiano](README_it.md)
* [Vietnamese](README_vi.md)
* [Українська](README_ua.md)
* [Indonesian](README_id.md)
这是Go应用程序项目的基础布局。这不是Go核心开发团队定义的官方标准无论是在经典项目还是在新兴的项目中这都是Go生态系统中一组常见的项目布局模式。这其中有一些模式比另外的一些更受欢迎。它通过几个支撑目录为任何足够大规模的实际应用程序提供一些增强功能。
@@ -109,7 +112,7 @@ Web应用程序特定的组件静态Web资源服务器端模板和单页
用于执行各种构建,安装,分析等操作的脚本。
这些脚本使根级别的Makefile变得更小更简单例如 https://github.com/hashicorp/terraform/blob/master/Makefile )。
这些脚本使根级别的Makefile变得更小更简单例如 https://github.com/hashicorp/terraform/blob/main/Makefile )。
更多样例查看[`/scripts`](https://github.com/golang-standards/project-layout/blob/master/scripts/README.md)。
@@ -145,7 +148,7 @@ IaaSPaaS系统和容器编排部署配置和模板docker-composekube
更多样例查看[`/tools`](https://github.com/golang-standards/project-layout/blob/master/tools/README.md)。
### `/ examples`
### `/examples`
应用程序或公共库的示例。