Skip to content

Commit 4050418

Browse files
committed
Update README.md
1 parent 463e52a commit 4050418

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

zh-tw/README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# Go Web 程式設計
2-
Go web 程式設計是因為我喜歡 Web 程式設計,所以寫了這本書,希望大家喜歡
1+
# 使用 Golang 打造 Web 應用程式
2+
3+
這本書是專為 Golang 新手開發者所寫,原始內容皆來自 [Build Web Application with Golang](https://github.com/astaxie/build-web-application-with-golang) 專案,感謝所有貢獻者的付出與努力,希望大家會喜歡。
4+
5+
## Purpose
6+
7+
Because I'm interested in web application development, I used my free time to write this book as an 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.
8+
9+
* For those of you who are working with PHP/Python/Ruby, you will learn how to build a web application with Go.
10+
* For those of you who are working with C/C++, you will know how the web works.
11+
12+
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.
13+
14+
## Acknowledgments
15+
16+
* [四月份平民 April Citizen](https://plus.google.com/110445767383269817959) (review code)
17+
* [洪瑞琦 Hong Ruiqi](https://github.com/hongruiqi) (review code)
18+
* [边 疆 BianJiang](https://github.com/border) (write the configurations about Vim and Emacs for Go development)
19+
* [欧林猫 Oling Cat](https://github.com/OlingCat) (review code)
20+
* [吴文磊 Wenlei Wu]([email protected]) (provide some pictures)
21+
* [北极星 Polaris](https://github.com/polaris1119) (review whole book)
22+
* [雨 痕 Rain Trail](https://github.com/qyuhen) (review chapter 2 and 3)
23+
24+
## License
25+
26+
This book is licensed under the [CC BY-SA 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/), the code is licensed under a [BSD 3-Clause License](https://github.com/astaxie/build-web-application-with-golang/blob/master/LICENSE.md), unless otherwise specified.
27+
28+
## 正體中文翻譯
29+
30+
* [Will 保哥](https://www.facebook.com/will.fans)
31+
* [Blog](https://blog.miniasp.com/)
32+
* [Twitter](https://twitter.com/Will_Huang)

0 commit comments

Comments
 (0)