Files
2016-09-27 16:12:42 -03:00

14 lines
746 B
Markdown

# Appendix A References
This book is a summary of my Go experience, some content are from other Gophers' either blogs or sites. Thanks to them!
1. [golang blog](http://blog.golang.org)
2. [Russ Cox's 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 Programming Language](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)