<p><a href="http://godoc.org/github.com/tcolgate/hugot" rel="nofollow">http://godoc.org/github.com/tcolgate/hugot</a>
Intended to be an idiomatic go chat bot package. Code review, particularly regarding the API design, is very welcome.</p>
<hr/>**评论:**<br/><br/>thesilentwitness: <pre><p>This is cool, would be nice if there was a README though.</p></pre>tcolgate: <pre><p>I want to try to make the GoDoc the definitive source of information. I can do much better at getting examples in there. I'll think about adding a basic example to the README though anyway. Thanks.</p></pre>exch: <pre><p>I haven't done any in depth reading, but the first thing I noticed is the docs referring to the url "<a href="https://github.com/tcolgate/hugot/cmd" rel="nofollow">https://github.com/tcolgate/hugot/cmd</a>".
It leads to a 404 error and should probably be changed to "<a href="https://github.com/tcolgate/hugot/tree/master/cmd" rel="nofollow">https://github.com/tcolgate/hugot/tree/master/cmd</a>"</p></pre>cbarrick: <pre><p>Or remove the "https://" part. "github.com/tcolgate/hugot/cmd" is the go package identifier that they mean to reference. Better yet, GitHub should redirect these kinds of URLs to the master branch by default instead of 404ing.</p></pre>tcolgate: <pre><p>Went with your suggestion, thanks</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传