<p>I just finished learning go and have worked on some side projects using go. But at this point I feel like I couldn't learn much by just coding alone. So I'm looking for some recommendations about good go repositories to read about their source codes :)</p>
<hr/>**评论:**<br/><br/>gentleman_tech: <pre><p>Standard Library. Always the best example of what good Go code looks like, with the added bonus that knowing the stdlib well is really useful</p></pre>dgryski: <pre><p>Be careful though. Some of the standard library is quite old and is not necessarily "good" Go code. </p></pre>sjoerd-: <pre><p>The standard library is definitely useful. Ice found myself looking through the code trying to get a better idea of what was going on under the hood many times and finding a quick answer has always been easy</p></pre>gopherman12: <pre><p>which standard library do you guys recommend to start with?</p></pre>darkmagician2: <pre><p>Watch JustForFunc on YouTube</p></pre>gopherman12: <pre><p>yea I just started watching it recently :) thanks for the advice!</p></pre>goenning: <pre><p>I'm working on a OSS web project written in Go that you might find useful <a href="https://github.com/getfider/fider" rel="nofollow">https://github.com/getfider/fider</a></p>
<p>This repo also contains a nice collection of libraries and apps written in Go <a href="https://github.com/avelino/awesome-go" rel="nofollow">https://github.com/avelino/awesome-go</a></p></pre>ChristophBerger: <pre><p>I found this link on HN just recently:</p>
<p><a href="https://github.com/gophersgang/go-non-trivial-apps" rel="nofollow">https://github.com/gophersgang/go-non-trivial-apps</a></p></pre>orderbynull: <pre><p>We can code together, i'm looking for contributors: <a href="https://github.com/orderbynull/lottip" rel="nofollow">https://github.com/orderbynull/lottip</a></p></pre>gopherman12: <pre><p>thanks for offering! I'll take a look</p></pre>seriouslulz: <pre><p>Camlistore is very well written</p></pre>peterbourgon: <pre><p>Camlistore is an artifact from Go pre-1.0, I wouldn't look to it as a place to learn.</p></pre>seriouslulz: <pre><p>What does this have to do with code quality? Many pre-1.0 patterns are still valid today.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传