Commit Graph

10 Commits

Author SHA1 Message Date
Haigang Zhou
92d91dfa1c 第十三章修改 (#837)
Co-authored-by: Joe Chen <jc@unknwon.io>
2022-05-13 19:20:09 +08:00
Jck
39dbdb7094 修改部分描述,添加必要的标点符号,补充代码超链接 (#804) 2021-10-25 23:34:42 +08:00
Respawnz
4a08451530 原书此处有误,按照原著183页正文里应该是7.14 (#604)
page:183
Exercise 7.14: string_reverse.go:Write a program that reverses a string, so “Google” is printed as ” elgooG”. (Hint: use a slice of bytes and conversions.)If you coded a solution with two slices, try a variant which uses only one (Hint: use swapping) If you want to be able to reverse Unicode-strings: use [ ]int !
2019-04-25 15:45:57 -04:00
xin zhao
7854ee57e0 修改标点错误 (#494) 2018-05-28 20:37:33 +08:00
Unknwon
3aa7fb8bcf 13.0-13.10 2015-11-25 01:23:32 -05:00
dake
302fcd95e0 校对13章 2015-11-09 00:28:30 +08:00
dake
1a7d9e10fb 校对13章 2015-11-09 00:25:14 +08:00
dake
d6a44d2e7f 校对 13章 2015-11-09 00:01:30 +08:00
dake
e33618d70c 翻译13.8 2015-11-08 16:48:48 +08:00
dake
4207e28a11 翻译13.6 2015-11-08 15:43:53 +08:00