Update 15.1.md

This commit is contained in:
glight2000
2015-12-08 20:11:04 +08:00
parent 1738d60347
commit a8f0bd56ca

View File

@@ -278,7 +278,7 @@ func checkError(error error, info string) {
}
}
```
>(**译者注应该是由于go版本的更新会提示os.EAGAIN undefined ,修改后的代码:[simple_tcp_server_v1.go](examples/chapter_15/simple_tcp_server_v1.go)**)
(**译者注应该是由于go版本的更新会提示os.EAGAIN undefined ,修改后的代码:[simple_tcp_server_v1.go](examples/chapter_15/simple_tcp_server_v1.go)**)
都有哪些改进?