Is there any good and big pdf tutorial or book for GO programming language ?
feedback
|
|
Consider also "Learning Go": version 0.2 at http://www.miek.nl/downloads/2010/go-0.2.pdf and daily builds (pdf files) at http://miek.nl/files/go/. You can also find "Effective Go" in a single pdf file at http://go-lang.cat-v.org/doc/effective-go.pdf. | |||
|
feedback
|
|
These are good as well: | |||
feedback
|
|
Effective Go is a good resource | |||
|
feedback
|
|
As far as good Go books, there aren't any that I'd particularly recommend. The ones I've seen so far aren't very idiomatic. The Go Tutorial is a great place to start. There's also a Wiki Codelab which covers the development of a simple web application and Practical Go Programming which goes through the development of a scalable web app (a video of this talk is also available). I would also recommend you read the Go Blog, which has a lot of detailed articles about various Go concepts. | |||
|
feedback
|
|
The lists that others have suggested is what I would suggest too. Like the design of Go, they are succinct. In case somebody requires a more detailed approach with more code samples, I'll place a plug here for a blog I've been working on: | |||
|
feedback
|
|
I did not read it: Programming in Go: Creating Applications for the 21st Century, Rough Cuts By Mark Summerfield Published Apr 8, 2011 by Addison-Wesley Professional. Part of the Developer's Library series. Copyright 2011 Edition: 1st Rough Cuts ISBN-10: 0-13-276408-3 ISBN-13: 978-0-13-276408-7 | |||||
feedback
|
|
There's a codelab up on the go lang site that is pretty useful. http://golang.org/doc/codelab/wiki/ | |||
|
feedback
|