dlsniper / build-web-application-with-golang_EN

This is an English version of 《Go Web编程》, which original version was written by AstaXie and translated by Unknown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Web Application with Golang

###Translator Comments This is an English version of 《Go Web编程》, which original version was written by AstaXie and translated by Unknown.

This book is about how to build web applications in Go. In the first few chapters of the book, the author will review some basic knowledge about Go. However, for an optimal reading experience, you should have a basic understanding of the Go language and the concept of a web application. If you are completely new to programming, this book is not intended to provide sufficient introductory material to get started.

If anything is unclear due to wording or language issues, feel free to ask me to write a better translation.

###Translation Progress 8.5. Summary

###Acknowledgments for translation help

###Purpose Because I'm interested in web application development, I used my free time to write this book as open source version. It doesn't mean that I have a very good ability to build web applications; I would like to share what I've done with Go in building web applications.

  • For those of you who are working with PHP/Python/Ruby, you will learn how to build a web application with Go.
  • For those of you who are working with C/C++, you will know how the web works.

I believe the purpose of studying is sharing with others. The happiest thing in my life is sharing everything I've known with more people.

###Donation If you like this book, you can ask your Chinese friends to follow this link donate the original author, help him write more books with better, more useful, and more interesting content.

###Exchanging Learning Go and Chinese If you know what is QQ, join the group 259316004. If not, follow this link get more details. Also, you can join our forum with Chinese only.

###Acknowledgments First, I have to thanks to people who are the members of Golang-China in QQ group 102319854, they are all very nice and helpful. Then, I need to thanks to following people who give great help when I was writing this book.

###License This book is licensed under the CC BY-SA 3.0 License, the code is licensed under a BSD 3-Clause License, unless otherwise specified.

###Get Started Index

About

This is an English version of 《Go Web编程》, which original version was written by AstaXie and translated by Unknown.