mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:43:26 +08:00
修正发现的13章以前的一些小问题 (#277)
* Update 07.3.md * Update 07.3.md * Update 07.6.md * fix few problems * Update 10.6 and 10.8 * Update 11.6 and 11.7 * fix some problems before Chap13 * add a dot
This commit is contained in:
@@ -73,7 +73,7 @@ type Hash interface {
|
||||
}
|
||||
```
|
||||
|
||||
通过 io.WriteString 或 hasher.Write 计算给定字符串的校验值。
|
||||
通过 io.WriteString 或 hasher.Write 将给定的 []byte 附加到当前的 `hash.Hash` 对象中。
|
||||
|
||||
**练习 12.9**:[hash_md5.go](exercises/chapter_12/hash_md5.go):
|
||||
|
||||
|
Reference in New Issue
Block a user