fa directory created

This commit is contained in:
Maryam Behzadi
2018-05-27 18:16:37 +04:30
parent 3eb589a71c
commit 8e905d75f5
469 changed files with 17013 additions and 0 deletions

9
fa/03.0.md Normal file
View File

@@ -0,0 +1,9 @@
# 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)