docs(zh-CN): sync Chinese docs with latest upstream changes (#304)

* docs(zh-CN): sync Chinese docs with latest upstream changes

* update

---------

Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
zdoc.app
2026-03-03 14:28:27 +08:00
committed by GitHub
parent adc0f67008
commit ada4cd75a3
114 changed files with 11161 additions and 4790 deletions

View File

@@ -1,3 +1,10 @@
---
paths:
- "**/*.go"
- "**/go.mod"
- "**/go.sum"
---
# Go 编码风格
> 本文件在 [common/coding-style.md](../common/coding-style.md) 的基础上,扩展了 Go 语言的特定内容。

View File

@@ -1,3 +1,10 @@
---
paths:
- "**/*.go"
- "**/go.mod"
- "**/go.sum"
---
# Go 钩子
> 本文件通过 Go 特定内容扩展了 [common/hooks.md](../common/hooks.md)。

View File

@@ -1,3 +1,10 @@
---
paths:
- "**/*.go"
- "**/go.mod"
- "**/go.sum"
---
# Go 模式
> 本文档在 [common/patterns.md](../common/patterns.md) 的基础上扩展了 Go 语言特定的内容。

View File

@@ -1,3 +1,10 @@
---
paths:
- "**/*.go"
- "**/go.mod"
- "**/go.sum"
---
# Go 安全
> 此文件基于 [common/security.md](../common/security.md) 扩展了 Go 特定内容。

View File

@@ -1,3 +1,10 @@
---
paths:
- "**/*.go"
- "**/go.mod"
- "**/go.sum"
---
# Go 测试
> 本文档在 [common/testing.md](../common/testing.md) 的基础上扩展了 Go 特定的内容。