We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ff82c commit 75e5460Copy full SHA for 75e5460
zh/08.1.md
@@ -95,8 +95,8 @@ type TCPAddr struct {
95
func ResolveTCPAddr(net, addr string) (*TCPAddr, os.Error)
96
```
97
98
-- net参数是"tcp4"、"tcp6"、"tcp"中的任意一个,分别表示TCP(IPv4-only),TCP(IPv6-only)或者TCP(IPv4,IPv6的任意一个).
99
-- addr表示域名或者IP地址,例如"www.google.com:80" 或者"127.0.0.1:22".
+- net参数是"tcp4"、"tcp6"、"tcp"中的任意一个,分别表示TCP(IPv4-only), TCP(IPv6-only)或者TCP(IPv4, IPv6的任意一个)。
+- addr表示域名或者IP地址,例如"www.google.com:80" 或者"127.0.0.1:22"。
100
101
102
### TCP client
0 commit comments