改进一些细节的问题

This commit is contained in:
xiemengjun
2013-01-16 13:43:19 +08:00
parent 8c5f5af7a4
commit 1a2735a998
18 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
# 3.5小结
# 3.5 小结
这一章我们介绍了HTTP协议, DNS解析的过程, 如何用go实现一个简陋的web server。并深入到net/http包的源码中为大家揭开如何实现此server的秘密。
我希望通过这一章的学习你能够对Go开发Web有了初步的了解我们也看到相应的代码了Go开发Web应用是很方便的同时又是相当的灵活。