diff --git a/bn/ref.md b/bn/ref.md new file mode 100644 index 00000000..e3000bdd --- /dev/null +++ b/bn/ref.md @@ -0,0 +1,13 @@ +# 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)