<p>is there a list with the projects that should be known this days to any one programming with go? </p>
<hr/>**评论:**<br/><br/>vldo: <pre><p>you should definitely have a look over <a href="https://github.com/avelino/awesome-go">awesome-go</a></p></pre>baijum: <pre><p>It would be great if this link can be added to the sidebar here.</p></pre>gnagnone: <pre><p>I totally agree with you!</p></pre>mrwnmonm: <pre><p>great, that's what i'm talking about?</p></pre>mdwhatcott: <pre><p>If you like goconvey you might also like <a href="https://github.com/smartystreets/gunit">gunit</a> and <a href="https://github.com/smartystreets/scantest">scantest</a>, which I created as my own response to the goconvey project (which I started as well). They accomplish the same things, but in a very different style, and with less code. I haven't got around to adding them to awesome-go yet.</p></pre>iends: <pre><p>Go convey is nice, but super buggy. </p></pre>SkloK: <pre><p>If you like goconvey, you may also like <a href="http://onsi.github.io/ginkgo/" rel="nofollow">ginkgo</a></p></pre>sh41: <pre><p>I personally couldn't live without Go Package Store and <code>gostatus</code>.</p>
<p>I use the former to update Go packages in my GOPATH workspaces (while reviewing what changed if I care about certain dependencies, not blindly), and the latter to... check the status of Go packages in my GOPATH workspaces.</p>
<p><a href="https://github.com/shurcooL/Go-Package-Store" rel="nofollow">https://github.com/shurcooL/Go-Package-Store</a></p>
<p><a href="https://github.com/shurcooL/gostatus" rel="nofollow">https://github.com/shurcooL/gostatus</a></p>
<p>Disclosure: I made them both (because I had the need and they didn't exist).</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传