乾坤正气
|
28299b8bf8
|
Update 11.1.md (#792)
之前的那段翻译似乎有点绕,不利于直观理解。另外这两者是指receiver和method table ptr。
|
2021-03-02 01:30:33 +08:00 |
|
Kang Jing
|
a01ea97327
|
Update 10.6.md (#790)
|
2021-03-02 01:30:03 +08:00 |
|
zengqiu
|
8a11cc7eb4
|
Fixed a clerical error (#788)
|
2021-03-02 01:28:32 +08:00 |
|
xielizyh
|
9c7d65b5bc
|
fix read_csv.go can not read last line (#787)
|
2021-03-02 01:28:04 +08:00 |
|
Kslr
|
37986e9e62
|
update error function name (#786)
|
2021-03-02 01:27:31 +08:00 |
|
romantic艾克
|
1fd5e57c6a
|
Update 12.6.md (#785)
我觉得true 并没有什么用 谁可以解释一下
|
2021-03-02 01:27:07 +08:00 |
|
Yuzhou "Yukino Shiratama npfjcg" Chen
|
bcd3310458
|
修正 08.1.md 中的两处“整形”为“整型” (#784)
|
2021-03-02 01:26:42 +08:00 |
|
romantic艾克
|
00a657e192
|
解决末行无法打印问题 (#783)
* 解决末行无法打印问题
* Apply suggestions from code review
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
|
2020-12-12 10:36:11 +08:00 |
|
SiHuan
|
806880974d
|
改正错别字及微调格式 (#782)
|
2020-11-24 01:46:48 +08:00 |
|
Sequarius
|
d89b99b642
|
Update 04.5.md (#779)
|
2020-11-22 22:20:02 +08:00 |
|
Harry
|
77f660927c
|
Update 03.2.md (#780)
gohelp.wordpress.com is no longer available.
The authors have deleted this site.
|
2020-11-22 22:19:48 +08:00 |
|
Cao Haowei
|
5f1c79a4f8
|
修正 05.3.md 中示例的语法错误 (#781)
switch包含初始化语句进行条件判断时,初始化语句后应加上分号,否则会报语法错误
```
syntax error: cannot use result := calculate() as value
```
执行环境:go version go1.15.5 linux/amd64
|
2020-11-22 22:18:18 +08:00 |
|
sbkebcmj
|
f8479c8188
|
Update 12.5.md (#777)
修复示例打开文件未关闭错误
|
2020-11-04 23:45:16 +08:00 |
|
Jck
|
b4dbc14dd5
|
修改前后不一致的表述方式 (#776)
|
2020-09-26 21:56:35 +08:00 |
|
ShanceWang
|
255c65b0a2
|
fix clerical error (#775)
fix clerical error.
|
2020-09-06 18:19:07 +08:00 |
|
Snile
|
e608c2672f
|
Update 04.3.md 完善 iota 的重要特性描述以及示例 (#770)
Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
|
2020-08-16 19:38:48 +08:00 |
|
Franklin Fu
|
3f1fc7097b
|
对译注"Go 语言规范定义了接口方法集的调用规则"的更正 (#772)
|
2020-08-16 19:34:08 +08:00 |
|
Devhui
|
0dd00f7ad2
|
修正12.11示例12.18代码错误 (#773)
|
2020-08-16 19:33:16 +08:00 |
|
polarisxu
|
69ee6e759d
|
add studygolang qrcode for learning (#774)
|
2020-08-03 21:52:50 +08:00 |
|
2BFL
|
cb9c347307
|
Fix syntax (#771)
* 调整了一些不太通顺的句子
* 使表达更准确,减少歧义
* 修改一个词汇
* 更新 README 和目录
|
2020-07-09 16:11:13 +08:00 |
|
Lanffy
|
cb2f9ec721
|
update 02.3 (#769)
|
2020-06-11 22:45:04 +08:00 |
|
C Ye
|
c2bd2009e9
|
修复了失效的目录链接 (#768)
|
2020-06-07 10:15:00 +08:00 |
|
senninha
|
eec6f83fcb
|
Java doesn't supports operator overloading. (#765)
|
2020-04-09 01:09:47 +08:00 |
|
Xavier Zhao
|
717421efba
|
mod: 14.2.11 修正 channel 的方向 (#764)
|
2020-03-27 19:12:42 +08:00 |
|
Xavier Zhao
|
677e10c6e9
|
14.2 语法本地化,将主语调整为协程,而非程序 (#763)
|
2020-03-20 20:53:47 +08:00 |
|
Denis-Oakley
|
51b311d7d3
|
Update 07.2.md (#761)
|
2020-03-04 22:32:50 +08:00 |
|
yingtaojuzi
|
16f2309acb
|
when I import the pack1, if I add the ./pack1/pack1, it will fai… (#760)
* when I import the pack1, if I add the ./pack1/pack1, it will failed
* also the import exercise need updating
* the path in this file
|
2020-02-13 14:49:55 +08:00 |
|
TalonsLee
|
64a617897d
|
PathError/SyntaxError implement the error interface (#758)
Signed-off-by: Talons.Lee <talons.lee@gmail.com>
|
2020-02-05 13:21:59 +08:00 |
|
TalonsLee
|
7a12625ff5
|
Revert "修复代码bug--> exercises/chapter_7/remove_slice.go (#433)" (#757)
Changes to these two files seem not necessary.
This reverts commit 695188fe0d .
|
2020-02-01 22:42:01 +08:00 |
|
TianTianZaoChen
|
7034c2cd49
|
Update 03.2.md (#756)
|
2020-01-23 23:18:54 +08:00 |
|
WenKang Tan
|
3c1df47a86
|
Update 04.9.md (#755)
Fix: "a literal" 应翻译为术语 ”字面量“ 而不是 “文字”
|
2020-01-22 23:36:54 +08:00 |
|
Zerah
|
ba7b7fffdd
|
‘Sequential’ 拼写错误 (#752)
|
2020-01-21 23:30:22 +08:00 |
|
武沫汐
|
57cb2ed0c6
|
7.5调整变量名命名规范问题 (#750)
|
2020-01-21 23:30:00 +08:00 |
|
Xavier Zhao
|
0f26273836
|
mod: 11.9.md (#749)
|
2020-01-21 23:29:43 +08:00 |
|
xiaofsu
|
10b5050492
|
Update 04.8.md (#748)
* Update 04.8.md
更改04.8内容,Duration d 更改为 d Duration 以及添加 2006-01-02 15:04:05
* Update 04.8.md
|
2019-12-25 10:28:00 +08:00 |
|
cashewnut
|
173fcc518c
|
update comment (#747)
|
2019-12-13 23:38:44 -08:00 |
|
Pan Yao
|
c308fad89f
|
Update 14.2.md (#742)
world “resouces” -> "resources"
|
2019-11-27 15:13:17 -08:00 |
|
yifeng01
|
994720ab07
|
Chap19 738 (#740)
* fix http response content-type error
* fix_chap19_739
|
2019-11-25 14:44:31 -08:00 |
|
walter
|
cb2533e60e
|
Update 07.1.md (#741)
|
2019-11-25 14:43:53 -08:00 |
|
polunzh
|
40a6c2b986
|
格式化4.3章中代码格式 (#736)
|
2019-11-16 20:29:07 -08:00 |
|
Callan Taylor
|
c588ddea2d
|
Close unclosed files (#735)
* Cose unclosed files
* Close additional unclosed file
* Dont use defer in loop
* Removed missed instances of defer in loop
|
2019-11-12 20:28:23 -08:00 |
|
shikisama
|
f8e42d0001
|
练习7.9题目描述更加完整清晰 (#734)
|
2019-11-01 17:01:58 -07:00 |
|
max-workspace
|
2476ea9806
|
采用斜体的形式完善译者注 (#733)
* 增加示例函数的注释
* 采用斜体完善注解内容
|
2019-10-31 23:11:28 -07:00 |
|
Benji
|
cd294e0f30
|
Fix typo 'strcut' in 10.1md (#728)
|
2019-10-18 17:56:45 -07:00 |
|
SoniaChoo
|
f462e39fa6
|
更新第十章timezones.go练习题答案 (#722)
* 根据map章节的教程,改写String方法
* format the source code
* update to make it more friendly to new learners.
* Update according to comments
|
2019-10-15 13:59:06 -07:00 |
|
TalonsLee
|
fb89ea48f2
|
Minor fix to the return type of syscall.Open() (#725)
syscall.Open() returns a syscall.Errno, not an int. Minor fix to the
sample code and description.
Signed-off-by: Talons Lee <talons.lee@gmail.com>
|
2019-10-14 18:38:36 -07:00 |
|
DongGang
|
d112ab4821
|
优化14.2翻译 (#721)
|
2019-10-09 21:17:42 -07:00 |
|
Ricardo-lu
|
067a31f946
|
Update 15.3.md, Add a link (#719)
|
2019-09-24 09:54:36 -07:00 |
|
Kilua
|
d1ae94dadd
|
修正12.3章中的提示 (#717)
* 修正12.3章中的提示
* 根据liuhm98的意见,重新对12.3章末尾的提示做了修正
|
2019-09-06 15:53:33 -07:00 |
|
Alan
|
c07cc53168
|
修复打印的斐波那契数列出现0的问题 (#713)
因为 chan c 中并没有把最开始放入的0给移除,造成打印数列中多出一个错误的0值。
|
2019-08-17 05:34:35 +08:00 |
|