Recommendations on Golang repositories to read about?

xuanbao · · 605 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>I just finished learning go and have worked on some side projects using go. But at this point I feel like I couldn&#39;t learn much by just coding alone. So I&#39;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 &#34;good&#34; 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&#39;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&#39;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&#39;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&#39;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

605 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传