Merging other languages
This commit is contained in:
20
en/03.0.md
20
en/03.0.md
@@ -1,11 +1,9 @@
|
||||
# 3 Web基础
|
||||
|
||||
学习基于Web的编程可能正是你读本书的原因。事实上,如何通过Go来编写Web应用也是我编写这本书的初衷。前面已经介绍过,Go目前已经拥有了成熟的HTTP处理包,这使得编写能做任何事情的动态Web程序易如反掌。在接下来的各章中将要介绍的内容,都是属于Web编程的范畴。本章则集中讨论一些与Web相关的概念和Go如何运行Web程序的话题。
|
||||
|
||||
## 目录
|
||||

|
||||
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一章: [第二章总结](<02.8.md>)
|
||||
* 下一节: [Web工作方式](<03.1.md>)
|
||||
#3 Web foundation
|
||||
|
||||
The reason you are reading this book is that you want to learn to build web applications in Go. As i've said before, Go provides many powerful packages like `http`. These packages can help you a lot when trying to build web applications. I'll teach you everything you need to know in the following chapters, and we'll talk about some concepts of the web and how to run web applications in Go in this chapter.
|
||||
|
||||
## Links
|
||||
|
||||
- [Directory](preface.md)
|
||||
- Previous chapter: [Chapter 2 Summary](02.8.md)
|
||||
- Next section: [Web working principles](03.1.md)
|
||||
|
||||
Reference in New Issue
Block a user