From ddee23fb3ddca0a71de9280153b63c4107bd7be7 Mon Sep 17 00:00:00 2001 From: Dariush Abbasi Date: Tue, 5 May 2015 16:02:17 +0430 Subject: [PATCH] start --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..374693e --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +GoLang Books +==== +* Books + * Recommendation + * Web Development +* Resources + +**Books** +==== +Recommendation +---- +###[An Introduction to Programming in Go](http://www.golang-book.com/) *Free* + +This book is good resource for absolute beginner programmers who loves program in Golang. +This book is free to [read online](http://www.golang-book.com/) or [pdf form](http://www.golang-book.com/assets/pdf/gobook.pdf) and also available for purchase at Amazon.com in [Kindle](http://www.amazon.com/An-Introduction-Programming-Go-ebook/dp/B0095MCNAO/) or [Paperback](http://www.amazon.com/An-Introduction-Programming-Caleb-Doxsey/dp/1478355824). +![An Introduction to Programming in Go](http://www.golang-book.com/assets/img/cover.png) + +###[The Little Go Book](http://openmymind.net/The-Little-Go-Book/) + +The Little Go Book is a free introduction to Google's Go programming language. It's aimed at developers who might not be quite comfortable with the idea of pointers and static typing. It's longer than the other Little books, but hopefully still captures that little feeling. + +![The Little Go Book](http://openmymind.net/assets/go/title.png) + +Web Development +---- + +###[Building Web Apps with Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) + +A good resource for start Building Web Apps with Go. Free to [read online](http://codegangsta.gitbooks.io/building-web-apps-with-go/content/), [pdf](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) and [mobi](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) version. + +![Building Web Apps with Go](https://sm3lir.cloudimage.io/s/width/226/https://www.gitbook.com/cover/book/codegangsta/building-web-apps-with-go.jpg?build=1417051877195&v=6.12.4)