修正半角标点符号

This commit is contained in:
kimw
2018-05-27 17:56:55 -04:00
parent fb3359fb4e
commit 0ab7557665
39 changed files with 85 additions and 86 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ $ go build gopl.io/ch7/http1
$ ./http1 &
```
然后用1.5节中的获取程序(如果你更喜欢可以使用web浏览器)来连接服务器,我们得到下面的输出:
然后用1.5节中的获取程序(如果你更喜欢可以使用web浏览器)来连接服务器我们得到下面的输出:
```
$ go build gopl.io/ch1/fetch