mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
@@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user