| 
							
							
								 xlzhangkeke | 0e01a4aa11 | Update ch7-04.md | 2019-02-19 16:18:15 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | 3427079cea | Merge branch 'master' of github.com:gopl-zh/gopl-zh.github.com | 2018-07-02 17:08:03 +08:00 |  | 
			
				
					| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 Cloud | 23c3d56483 | Merge remote-tracking branch 'upstream/master' | 2018-06-13 15:55:15 +08:00 |  | 
			
				
					| 
							
							
								 Cloud | e3cea18aaf | Fix typo | 2018-06-13 15:55:10 +08:00 |  | 
			
				
					| 
							
							
								 kimw | 7ebd75aeae | 修正半角标点符号 | 2018-06-09 16:36:07 +00:00 |  | 
			
				
					| 
							
							
								 kimw | 0ab7557665 | 修正半角标点符号 | 2018-05-27 17:56:55 -04:00 |  | 
			
				
					| 
							
							
								 wahaha | e017c23a9a | Update ch7-03.md | 2018-05-27 01:15:55 +08:00 |  | 
			
				
					| 
							
							
								 wahaha | 33bf82d477 | Update ch7-03.md | 2018-05-27 01:12:05 +08:00 |  | 
			
				
					| 
							
							
								 Hanlei Qin | d280c6c7aa | Update ch7-13.md | 2017-12-01 00:08:06 +08:00 |  | 
			
				
					| 
							
							
								 zhliner | 17919273e1 | 第7章,部分字词修订,语序调整。少量错误修订。 | 2017-08-24 22:29:24 +08:00 |  | 
			
				
					| 
							
							
								 samael | a6e7d6d0d3 | Update ch7-14.md | 2017-02-24 11:24:43 +08:00 |  | 
			
				
					| 
							
							
								 hacknode | f4a21a2269 | Update ch7-03.md | 2016-11-22 15:21:34 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | 3da62d2c3f | change escape of ch7 | 2016-10-18 13:20:38 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | 9c768334f2 | change escape type | 2016-10-18 13:06:38 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | a851dd1886 | fix typo | 2016-10-18 13:03:57 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | cd0f3ff29c | fix escape | 2016-10-18 13:03:18 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | 4991d9c975 | fix typo | 2016-10-05 13:45:41 +08:00 |  | 
			
				
					| 
							
							
								 jxskiss | 6be131ac34 | Fix error building with pandoc. | 2016-09-28 02:16:15 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | ed57986ea7 | fix typo | 2016-08-10 23:21:04 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | 8f4e7efe88 | Merge branch 'master' of github.com:gopl-zh/gopl-zh.github.com | 2016-08-10 23:18:30 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | 676d2c6cb9 | Merge branch 'master' of github.com:chai2010/book-gopl-zh | 2016-08-10 23:16:56 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | 2592af637a | fix typo | 2016-08-10 23:16:44 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | bd6fbda0e2 | Merge branch 'master' of github.com:gopl-zh/gopl-zh.github.com | 2016-08-10 23:16:07 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | 32de28979e | fix typo | 2016-08-10 23:15:55 +08:00 |  | 
			
				
					| 
							
							
								 Xargin | ea4d66c603 | fix typo | 2016-08-03 16:27:12 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | 2b37b23285 | 回到简体 | 2016-02-15 11:06:34 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | 0b5ec941ed | ch7: fix code format | 2016-01-21 10:22:10 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | 5a198897c5 | ch7-12~15: 代码前后增加空行分割 | 2016-01-20 00:15:27 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 10165f85b9 | ch7-15 done | 2016-01-19 23:57:12 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 892e4af5d0 | ch7-14 done | 2016-01-19 23:03:44 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 7f5e2e3936 | ch7-13 done | 2016-01-19 21:15:54 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 73a87bf4ea | ch7-12 done | 2016-01-18 23:27:55 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | c6ed6ae73d | ch7-11 done | 2016-01-18 20:31:15 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | 9666211cd7 | Fix typo Fixes #198 | 2016-01-18 11:22:04 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | 884ada9cd0 | fmt | 2016-01-18 11:14:19 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | a91355f5f1 | fmt code | 2016-01-18 10:52:21 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 7ca7f7a1b4 | ch7-10 done | 2016-01-18 10:36:12 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | ae133636eb | fmt | 2016-01-18 09:53:55 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 525cfc579b | ch7-09 done | 2016-01-17 23:53:02 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | d3b6e9dcef | fix wrong word | 2016-01-14 22:49:54 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 5c34fbf4c8 | ch7-08 done | 2016-01-14 22:46:55 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | f7361c568c | Merge branch 'master' of https://github.com/golang-china/gopl-zh | 2016-01-13 23:24:27 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | d144ab5b75 | ch7-07 done | 2016-01-13 23:23:42 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | d7c078a7f2 | ch7-6: fmt code | 2016-01-12 10:04:57 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 5483e1146c | Merge branch 'master' of https://github.com/golang-china/gopl-zh | 2016-01-11 23:01:49 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | c45dc7164e | ch7-06 done | 2016-01-11 23:01:13 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | 9334f66d74 | fix md | 2016-01-06 23:00:17 +08:00 |  | 
			
				
					| 
							
							
								 foreversmart | 4db097c34f | ch7-05-1 done | 2016-01-06 21:37:48 +08:00 |  | 
			
				
					| 
							
							
								 chai2010 | 5ea037843a | update progress.md | 2016-01-05 22:09:05 +08:00 |  |