|
1 |
| -# Translation Progress |
| 1 | +# 期待您的参与 |
2 | 2 |
|
3 |
| -由于初步翻译不够完善,重新翻译进展如下,欢迎 Pull Request 一同贡献。 |
| 3 | +例子的数量已完成同步,均为 74 个。内容方面,由于初步翻译不够完善、内容长期没有更新,可能部分例子与英文版的内容不同步。 |
4 | 4 |
|
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->通道 |
28 | 34 | - [ ] Channel Buffering->通道缓冲
|
29 | 35 | - [ ] Channel Synchronization->通道同步
|
30 | 36 | - [ ] Channel Directions->通道方向
|
|
33 | 39 | - [ ] Non-Blocking Channel Operations->非阻塞通道操作
|
34 | 40 | - [ ] Closing Channels->通道的关闭
|
35 | 41 | - [ ] Range over Channels->通道遍历
|
36 |
| -- [ ] Timers->定时器 |
37 |
| -- [ ] Tickers->打点器 |
| 42 | +- [ ] Timers->Timer |
| 43 | +- [ ] Tickers->Ticker |
38 | 44 | - [ ] Worker Pools->工作池
|
39 |
| -- [x] WaitGroups |
| 45 | +- [ ] WaitGroups->WaitGroup |
40 | 46 | - [ ] Rate Limiting->速率限制
|
41 | 47 | - [ ] Atomic Counters->原子计数器
|
42 | 48 | - [ ] Mutexes->互斥锁
|
|
50 | 56 | - [ ] String Formatting->字符串格式化
|
51 | 57 | - [ ] Regular Expressions->正则表达式
|
52 | 58 | - [ ] JSON
|
53 |
| -- [x] XML |
| 59 | +- [ ] XML |
54 | 60 | - [ ] Time->时间
|
55 | 61 | - [ ] Epoch->时间戳
|
56 | 62 | - [ ] Time Formatting / Parsing->时间的格式化和解析
|
57 | 63 | - [ ] Random Numbers->随机数
|
58 | 64 | - [ ] Number Parsing->数字解析
|
59 | 65 | - [ ] URL Parsing->URL 解析
|
60 |
| -- [ ] SHA1 Hashes->SHA1 散列 |
| 66 | +- [ ] SHA1 Hashes->SHA1 哈希 |
61 | 67 | - [ ] Base64 Encoding->Base64 编码
|
62 | 68 | - [ ] Reading Files->读文件
|
63 | 69 | - [ ] Writing Files->写文件
|
64 | 70 | - [ ] 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->单元测试 |
69 | 75 | - [ ] Command-Line Arguments->命令行参数
|
70 | 76 | - [ ] Command-Line Flags->命令行标志
|
71 |
| -- [x] Command-Line Subcommands->命令行子命令 |
| 77 | +- [ ] Command-Line Subcommands->命令行子命令 |
72 | 78 | - [ ] 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->生成进程 |
76 | 82 | - [ ] Exec'ing Processes->执行进程
|
77 | 83 | - [ ] Signals->信号
|
78 | 84 | - [ ] Exit->退出
|
0 commit comments