修正一个bug

This commit is contained in:
Jeff
2015-03-16 16:58:38 +08:00
parent 63e901ed11
commit 67b8da90c6

View File

@@ -227,7 +227,7 @@ bytes 包和字符串包十分类似(参见第 4.7 节)。而且它还包含
...
}
这是一个 bytes 定长 buffer提供 Read Write 方法因为读写不知道长度的 bytes 最好使用 buffer
这是一个长度可变的 bytes buffer提供 Read Write 方法因为读写长度未知 bytes 最好使用 buffer
Buffer 可以这样定义`var buffer bytes.Buffer`