TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Resources to learn Go

96 pointsby andygrunwaldalmost 10 years ago

14 comments

myg204almost 10 years ago
Waiting for this Kernighan piece: <a href="http:&#x2F;&#x2F;www.amazon.com&#x2F;Programming-Language-Addison-Wesley-Professional-Computing&#x2F;dp&#x2F;0134190440&#x2F;ref=sr_1_4?ie=UTF8&amp;qid=1434841954&amp;sr=8-4&amp;keywords=kernighan" rel="nofollow">http:&#x2F;&#x2F;www.amazon.com&#x2F;Programming-Language-Addison-Wesley-Pr...</a>
mattettialmost 10 years ago
Since my free&#x2F;open source ebook didn&#x27;t make the cut, please excuse the self promotion: <a href="http:&#x2F;&#x2F;www.golangbootcamp.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.golangbootcamp.com&#x2F;</a><p>I hope it will help some of you :)
评论 #9751859 未加载
philip1209almost 10 years ago
I learned from John Graham-Cumming&#x27;s O&#x27;Reilly video series. When I reviewed some of the Go books, I was frustrated by code samples with so many &quot;we&#x27;ll get to this later&quot; parts. John&#x27;s videos had a good pace, thoroughly explained concepts, and prepared me to write real code. The only downside was that they were expensive - if you are able to expense them, I highly recommend the videos.
评论 #9752900 未加载
spotmanalmost 10 years ago
+1 for gobyexample that is my favorite resource, especially once you have broken ground, and are somewhere in-between having all the basics of the syntax mostly mastered, but some of the tidbits of the standard library not yet mastered.
no1youknowzalmost 10 years ago
Thank you. This sort of thing (coming from a PHP&#x2F;Python) background is what I am looking for.<p>Would love to see one day examples of doing something in PHP&#x2F;Python and then how to do it in Golang.<p>Ultimately, I see myself dropping PHP in favour of Golang for my front-end stuff and continuing with HHVM&#x2F;PHP for my backend development.<p>My daemons on servers are currently running in Python and do see them ported over to Golang in the future.<p>So +1 from me.
评论 #9751261 未加载
ConAntonakosalmost 10 years ago
I&#x27;ve been reading this e-book: <a href="https:&#x2F;&#x2F;www.golang-book.com&#x2F;books&#x2F;intro" rel="nofollow">https:&#x2F;&#x2F;www.golang-book.com&#x2F;books&#x2F;intro</a><p>Really enjoying it thus far!
评论 #9754217 未加载
zachgershalmost 10 years ago
I want to throw the little go book into the ring as another great resource:<p><a href="http:&#x2F;&#x2F;openmymind.net&#x2F;The-Little-Go-Book&#x2F;" rel="nofollow">http:&#x2F;&#x2F;openmymind.net&#x2F;The-Little-Go-Book&#x2F;</a><p>Short and also freely available.
bradleyankromalmost 10 years ago
I&#x27;ll give a +1 to Go in Action (Manning)[1]; the MEAP has improved quite a bit over the last couple of months, particularly with the rewrite of the chapter about types.<p>[1] <a href="http:&#x2F;&#x2F;manning.com&#x2F;ketelsen&#x2F;" rel="nofollow">http:&#x2F;&#x2F;manning.com&#x2F;ketelsen&#x2F;</a>
chrissnellalmost 10 years ago
Maybe I missed it but I didn&#x27;t see this mentioned: <a href="http:&#x2F;&#x2F;gobyexample.com" rel="nofollow">http:&#x2F;&#x2F;gobyexample.com</a><p>This site helped me tremendously. I still reference it all the time when I&#x27;m uncertain about something.
评论 #9751493 未加载
sshbalmost 10 years ago
Nice summary.<p>Contributing to existing project is one more way to learn Golang. Perfect if you have some exotic needs which are not covered in existing golang libraries.
BooneJSalmost 10 years ago
One can also peruse the Camlistore source code at <a href="http:&#x2F;&#x2F;camlistore.org" rel="nofollow">http:&#x2F;&#x2F;camlistore.org</a>. It was a project started by Brad Fitzpatrick, the guy famous for owning Nest Protect smoke alarms. ;)
评论 #9751961 未加载
digitalyatrialmost 10 years ago
This is another good resource<p><a href="http:&#x2F;&#x2F;www.miek.nl&#x2F;downloads&#x2F;Go&#x2F;Learning-Go-latest.pdf" rel="nofollow">http:&#x2F;&#x2F;www.miek.nl&#x2F;downloads&#x2F;Go&#x2F;Learning-Go-latest.pdf</a>
ConAntonakosalmost 10 years ago
Also, slightly off-topic, but is there anything like Go by Example for something like C or C++?
readamsalmost 10 years ago
My recommendation would be not to learn go.
评论 #9751821 未加载