未验证 提交 ec79d0d4 编写于 作者: T tilics 提交者: GitHub

Update 08.1.md

上级 89853f4f
......@@ -151,7 +151,7 @@ func main() {
checkError(err)
// result, err := ioutil.ReadAll(conn)
result := make([]byte, 256)
_, err = conn.Read(result
_, err = conn.Read(result)
checkError(err)
fmt.Println(string(result))
os.Exit(0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册