TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Resources to learn Go

96 点作者 andygrunwald将近 10 年前

14 条评论

myg204将近 10 年前
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>
mattetti将近 10 年前
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 未加载
philip1209将近 10 年前
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 未加载
spotman将近 10 年前
+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.
no1youknowz将近 10 年前
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 未加载
ConAntonakos将近 10 年前
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 未加载
zachgersh将近 10 年前
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.
bradleyankrom将近 10 年前
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>
chrissnell将近 10 年前
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 未加载
sshb将近 10 年前
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.
BooneJS将近 10 年前
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 未加载
digitalyatri将近 10 年前
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>
ConAntonakos将近 10 年前
Also, slightly off-topic, but is there anything like Go by Example for something like C or C++?
readams将近 10 年前
My recommendation would be not to learn go.
评论 #9751821 未加载