Skip to content

Commit 75e5460

Browse files
committed
Format
1 parent 69ff82c commit 75e5460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zh/08.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ type TCPAddr struct {
9595
func ResolveTCPAddr(net, addr string) (*TCPAddr, os.Error)
9696
```
9797

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".
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"
100100

101101

102102
### TCP client

0 commit comments

Comments
 (0)