Skip to content

Commit 183e7cf

Browse files
committed
update progress
1 parent f667834 commit 183e7cf

File tree

2 files changed

+46
-40
lines changed

2 files changed

+46
-40
lines changed

PROGRESS.md

Lines changed: 44 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
1-
# Translation Progress
1+
# 期待您的参与
22

3-
由于初步翻译不够完善,重新翻译进展如下,欢迎 Pull Request 一同贡献
3+
例子的数量已完成同步,均为 74 个。内容方面,由于初步翻译不够完善、内容长期没有更新,可能部分例子与英文版的内容不同步
44

5-
- [x] Hello World->你好,世界
6-
- [x] Values->值
7-
- [x] Variables->变量
8-
- [x] Constants->常量
9-
- [x] For->For 循环
10-
- [x] If/Else->if/else 分支
11-
- [x] Switch->分支结构
12-
- [x] Arrays->数组
13-
- [x] Slices->切片
14-
- [x] Maps->图
15-
- [x] Range->Range 遍历
16-
- [x] Functions->函数
17-
- [x] Multiple Return Values->多返回值
18-
- [x] Variadic Functions->变参函数
19-
- [x] Closures->闭包
20-
- [x] Recursion->递归
21-
- [x] Pointers->指针
22-
- [x] Structs->结构体
23-
- [x] Methods->方法
24-
- [x] Interfaces->接口
25-
- [x] Errors->错误处理
26-
- [x] Goroutines->协程
27-
- [x] Channels->通道
5+
如果某个例子的内容无修改,你可以修改当前 markdown 文件对应的例子,并向我们提交 pr,表示你已经检查过某个例子的内容。
6+
7+
`非常欢迎` 各位同学 fork 并提交 pull request。
8+
9+
# 同步进度
10+
11+
- [ ] Hello World
12+
- [ ] Values->值
13+
- [ ] Variables->变量
14+
- [ ] Constants->常量
15+
- [ ] For->For 循环
16+
- [ ] If/Else->If/Else 分支
17+
- [ ] Switch->Switch 分支结构
18+
- [ ] Arrays->数组
19+
- [ ] Slices->切片
20+
- [ ] Maps->Map
21+
- [ ] Range->Range 遍历
22+
- [ ] Functions->函数
23+
- [ ] Multiple Return Values->多返回值
24+
- [ ] Variadic Functions->变参函数
25+
- [ ] Closures->闭包
26+
- [ ] Recursion->递归
27+
- [ ] Pointers->指针
28+
- [ ] Structs->结构体
29+
- [ ] Methods->方法
30+
- [ ] Interfaces->接口
31+
- [ ] Errors->错误处理
32+
- [ ] Goroutines->协程
33+
- [ ] Channels->通道
2834
- [ ] Channel Buffering->通道缓冲
2935
- [ ] Channel Synchronization->通道同步
3036
- [ ] Channel Directions->通道方向
@@ -33,10 +39,10 @@
3339
- [ ] Non-Blocking Channel Operations->非阻塞通道操作
3440
- [ ] Closing Channels->通道的关闭
3541
- [ ] Range over Channels->通道遍历
36-
- [ ] Timers->定时器
37-
- [ ] Tickers->打点器
42+
- [ ] Timers->Timer
43+
- [ ] Tickers->Ticker
3844
- [ ] Worker Pools->工作池
39-
- [x] WaitGroups
45+
- [ ] WaitGroups->WaitGroup
4046
- [ ] Rate Limiting->速率限制
4147
- [ ] Atomic Counters->原子计数器
4248
- [ ] Mutexes->互斥锁
@@ -50,29 +56,29 @@
5056
- [ ] String Formatting->字符串格式化
5157
- [ ] Regular Expressions->正则表达式
5258
- [ ] JSON
53-
- [x] XML
59+
- [ ] XML
5460
- [ ] Time->时间
5561
- [ ] Epoch->时间戳
5662
- [ ] Time Formatting / Parsing->时间的格式化和解析
5763
- [ ] Random Numbers->随机数
5864
- [ ] Number Parsing->数字解析
5965
- [ ] URL Parsing->URL 解析
60-
- [ ] SHA1 Hashes->SHA1 散列
66+
- [ ] SHA1 Hashes->SHA1 哈希
6167
- [ ] Base64 Encoding->Base64 编码
6268
- [ ] Reading Files->读文件
6369
- [ ] Writing Files->写文件
6470
- [ ] Line Filters->行过滤器
65-
- [x] File Paths->文件路径
66-
- [x] Directories->目录
67-
- [x] Temporary Files and Directories->临时文件和目录
68-
- [x] Testing->单元测试
71+
- [ ] File Paths->文件路径
72+
- [ ] Directories->目录
73+
- [ ] Temporary Files and Directories->临时文件和目录
74+
- [ ] Testing->单元测试
6975
- [ ] Command-Line Arguments->命令行参数
7076
- [ ] Command-Line Flags->命令行标志
71-
- [x] Command-Line Subcommands->命令行子命令
77+
- [ ] Command-Line Subcommands->命令行子命令
7278
- [ ] Environment Variables->环境变量
73-
- [x] HTTP Clients->HTTP 客户端
74-
- [x] HTTP Servers->HTTP 服务端
75-
- [ ] Spawning Processes->生成进程
79+
- [ ] HTTP Clients->HTTP 客户端
80+
- [ ] HTTP Servers->HTTP 服务端
81+
- [ ] Spawning Processes->生成进程
7682
- [ ] Exec'ing Processes->执行进程
7783
- [ ] Signals->信号
7884
- [ ] Exit->退出

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Go Gopher 的版权归 [Renée French](http://reneefrench.blogspot.com/) 所有
8787
1. `tools/serve` 本地预览效果;
8888
1. 通过自测后即可提交 pull request :)
8989

90+
项目现由 [gobyexample-cn](https://github.com/gobyexample-cn) 维护,例子已与英文版同步,均为 74 个。现准备检查同步每个例子的更新内容,`非常欢迎` 各位同学 fork 并提交 pull request。可以在这里查看 [同步进度](PROGRESS.md)
91+
9092
## 构建说明
9193

9294
原版的英文项目使用 vendor 解决依赖,中文版可以使用 `GO MOD` 解决依赖。
@@ -96,5 +98,3 @@ Go Gopher 的版权归 [Renée French](http://reneefrench.blogspot.com/) 所有
9698
## 中文版的致谢
9799

98100
感谢本翻译项目的原作者 [everyx](https://github.com/everyx),完成了所有文件最初的翻译,同时也感谢项目每一位 [贡献者](https://github.com/gobyexample-cn/gobyexample/graphs/contributors) 的辛勤付出。
99-
100-
项目现由 [gobyexample-cn](https://github.com/gobyexample-cn) 维护,欢迎各位同学 fork 并提交 pull request。

0 commit comments

Comments
 (0)