Files
build-web-application-with-…/zh-tw/ref.md
2019-02-26 01:40:54 +08:00

16 lines
1003 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 附錄A 參考資料
這本書的內容基本上是我學習Go過程以及以前從事Web開發過程中的一些經驗總結裡面部分內容參考了很多站點的內容感謝這些站點的內容讓我能夠總結出來這本書參考資料如下
1. [golang blog](http://blog.golang.org)
2. [Russ Cox blog](http://research.swtch.com/)
3. [go book](http://go-book.appsp0t.com/)
4. [golangtutorials](http://golangtutorials.blogspot.com)
5. [軒脈刃de刀光劍影](http://www.cnblogs.com/yjf512/)
6. [Go 官網文件](http://golang.org/doc/)
7. [Network programming with Go](http://jan.newmarch.name/go/)
8. [setup-the-rails-application-for-internationalization](http://guides.rubyonrails.org/i18n.html#setup-the-rails-application-for-internationalization)
9. [The Cross-Site Scripting (XSS) FAQ](http://www.cgisecurity.com/xss-faq.html)
10. [Network programming with Go](http://jan.newmarch.name/go)
11. [RESTful](http://www.ruanyifeng.com/blog/2011/09/restful.html)