<p>I know of github, but I'm wondering if there's a compiled list of cool projects people made that I could check out? A lot of things I find are web related, trying to find some things that are used in other ways (games, desktop gui apps, etc...)</p>
<hr/>**评论:**<br/><br/>calebdoxsey: <pre><p>So I had an idea a while back but never was able to execute on it... </p>
<p>Go has been at the forefront of a resurgence of interest in command line application development. There are hundreds if not thousands of really interesting programs out there on github and the like. Someone could write a program (ala godoc or go-search) which found all these programs and built a way to visualize or search for them. (I mean its pretty easy... just look for <code>package main</code> go programs)</p>
<p>Super-useful utilities like <a href="https://github.com/getlantern/lantern" rel="nofollow">lantern</a> (which lets you circumvent censored regions) or <a href="https://ngrok.com/" rel="nofollow">ngrok</a> (which lets you run servers locally which are made accessible over the internet) or the craziness that is <a href="https://github.com/gizak/termui" rel="nofollow">terminal-ui</a>.</p>
<p>But there are also programs just sitting out there. Like this <a href="https://github.com/k0kubun/tetris" rel="nofollow">tetris</a>. Did you know that thing actually works in windows?</p>
<p>There's something really special going on here and I don't think very many people know about it.</p></pre>moinboin: <pre><ul>
<li><a href="http://awesome-go.com/" rel="nofollow">http://awesome-go.com/</a></li>
<li><a href="https://github.com/golang/go/wiki/Projects" rel="nofollow">https://github.com/golang/go/wiki/Projects</a></li>
<li><a href="http://godoc.org/-/index" rel="nofollow">http://godoc.org/-/index</a></li>
</ul></pre>consigntooblivion: <pre><p>You could try <a href="https://github.com/trending?l=go" rel="nofollow">the trending repositories for go on GitHub</a> - I guess if they're trending they're cool?</p></pre>hcwool: <pre><p>There is a nice little subreddit with some go game dev resources: <a href="/r/gogamedev" rel="nofollow">/r/gogamedev</a></p></pre>klaaax: <pre><p>github ...</p></pre>jbuberel: <pre><p>A good place to start:</p>
<p><a href="https://github.com/golang/go/wiki#learning-more-about-go" rel="nofollow">https://github.com/golang/go/wiki#learning-more-about-go</a></p></pre>jbuberel: <pre><p>And then look here:</p>
<p><a href="https://github.com/golang/go/wiki/Projects" rel="nofollow">https://github.com/golang/go/wiki/Projects</a></p></pre>SaltTM: <pre><p>Thanks</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传