appendix ref pushed as it is

This commit is contained in:
Saddam H
2017-01-17 17:54:20 +06:00
parent 78c782fdd5
commit eca1fc6fc5

13
bn/ref.md Normal file
View File

@@ -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)