mirror of
https://github.com/dariubs/GoBooks.git
synced 2026-04-30 14:03:54 +07:00
start
This commit is contained in:
@@ -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).
|
||||||
|

|
||||||
|
|
||||||
|
###[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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|

|
||||||
Reference in New Issue
Block a user