Go to file
Xargin e6b065a81f fix typo
diff --git a/ch7/ch7-07.md b/ch7/ch7-07.md
index 6d8b209..74c29cb 100644
--- a/ch7/ch7-07.md
+++ b/ch7/ch7-07.md
@@ -112,7 +112,7 @@ no such page: /help

 对于更复杂的应用,一些ServeMux可以通过组合来处理更加错综复杂的路由需求。Go语言目前没有一个权威的web框架,就像Ruby语言有Rails和python有Django。这并不是说这样的框架不存在,而是Go语言标准库中的构建模块就已经非常灵活以至于这些框架都是不必要的。此外,尽管在一个项目早期使用框架是非常方便的,但是它们带来额外的复杂度会使长期的维护更加困难。

-在下面的程序中,我们创建一个ServeMux并且使用它将URL和相应处理/list和/price操作的handler联系起来,这些操作逻辑都已经被分到不同的方法中。然后我门在调用ListenAndServe函数中使用ServeMux为主要的handler。
+在下面的程序中,我们创建一个ServeMux并且使用它将URL和相应处理/list和/price操作的handler联系起来,这些操作逻辑都已经被分到不同的方法中。然后我们在调用ListenAndServe函数中使用ServeMux为主要的handler。

 <u><i>gopl.io/ch7/http3</i></u>
 ```go
2018-07-02 17:07:49 +08:00
appendix Fix error building with pandoc. 2016-09-28 02:16:15 +08:00
ch0 修正翻译错误 2016-08-07 21:59:29 +08:00
ch1 第1章,局部字词修订。 2017-08-24 22:23:36 +08:00
ch2 第2章,部分字词修订。 2017-08-24 22:25:47 +08:00
ch3 第3章,部分字词修订。 2017-08-24 22:26:40 +08:00
ch4 第4章,部分字词修订。 2017-08-24 22:27:15 +08:00
ch5 第5章,部分字词修订。 2017-08-24 22:27:42 +08:00
ch6 第6章,部分字词修订。 2017-08-24 22:28:33 +08:00
ch7 fix typo 2018-07-02 17:07:49 +08:00
ch8 translation fix 2017-08-28 20:57:07 +08:00
ch9 第9章,部分字词修订。 2017-08-24 22:30:37 +08:00
ch10 第10章,部分字词修订。 2017-08-24 22:30:56 +08:00
ch11 第11章,部分字词修订。 2017-08-24 22:31:17 +08:00
ch12 第12章,部分字词修订。 2017-08-24 22:31:28 +08:00
ch13 fix typo 2016-10-10 14:53:50 +08:00
images update cover 2016-02-17 15:21:15 +08:00
tools 封面链接改回 github 地址 2016-06-20 17:18:00 +08:00
vendor sync vendor 2016-01-20 09:40:44 +08:00
.gitignore 增加打包脚本 2016-02-15 11:35:32 +08:00
book.json aa 2016-09-04 13:38:02 +08:00
builder.go 完善打包脚本 2016-02-16 11:30:07 +08:00
CONTRIBUTORS.md 回到简体 2016-02-15 11:06:34 +08:00
cover_bgd.png 封面链接改回 github 地址 2016-06-20 17:18:00 +08:00
cover_middle.jpg make cover 2016-06-20 17:44:20 +08:00
cover_patch.png 封面链接改回 github 地址 2016-06-20 17:18:00 +08:00
cover_small.jpg make cover 2016-06-20 17:44:20 +08:00
cover.jpg make cover 2016-06-20 17:44:20 +08:00
doc.go update go doc 2016-01-21 10:51:20 +08:00
fix-data-revision.go ingore gitbook data-revision 2016-02-01 15:10:42 +08:00
gopl-zh-qrcode.png 封面链接改回 github 地址 2016-06-20 17:18:00 +08:00
LICENSE good good study, day day up! 2015-12-09 15:45:11 +08:00
links.md Remove duplicate link definition, and typo fix. 2016-09-28 13:18:48 +08:00
Makefile 增加打包脚本 2016-02-15 11:35:32 +08:00
preface.md 第1章,局部字词修订。 2017-08-24 22:23:36 +08:00
README.md 增加 在线预览 http://books.studygolang.com/gopl-zh/ 2017-04-04 10:16:04 +08:00
SUMMARY.md 回到简体 2016-02-15 11:06:34 +08:00
update_version.go Update update_version.go 2016-09-03 10:13:53 +08:00
zh2tw.go make loop 2016-01-20 10:37:14 +08:00

Go语言圣经中文版

Go语言圣经 《The Go Programming Language》 中文版本,仅供学习交流之用。

在线预览:

注意,在线预览不是最新版,最新以仓库里的内容为准

从源文件构建

先安装NodeJS和GitBook命令行工具(npm install gitbook-cli -g命令)。

  1. 运行go get github.com/golang-china/gopl-zh,获取 源文件
  2. 切换到 gopl-zh 目录,运行 gitbook install安装GitBook插件。
  3. 运行make,生成_book目录。
  4. 打开_book/index.html文件。

Go语言圣经DMCA相关

目前Github上的gopl-zh因为DMCA问题暂时无法访问需要私下交流的请转QQ群(531508541)。

版权声明

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Creative Commons License

严禁任何商业行为使用或引用该文档的全部或部分内容!

欢迎大家提供建议!