第十二章修改 (#838)

Co-authored-by: Joe Chen <jc@unknwon.io>
This commit is contained in:
Haigang Zhou
2022-05-12 21:59:20 +08:00
committed by GitHub
parent e394361869
commit d29644465a
13 changed files with 83 additions and 83 deletions

View File

@@ -73,7 +73,7 @@ type Hash interface {
}
```
通过 io.WriteString 或 hasher.Write 将给定的 []byte 附加到当前的 `hash.Hash` 对象中。
通过 `io.WriteString``hasher.Write` 将给定的 `[]byte` 附加到当前的 `hash.Hash` 对象中。
**练习 12.9**[hash_md5.go](exercises/chapter_12/hash_md5.go)