<p>Hi! I made a really simple little utility to query OMDB for movie information yesterday, and was looking for feedback. Specifically on the code itself, how idiomatic it is and things of that nature. I've been writing Go for a while now, but know I still have a ways to go :) </p>
<p><a href="https://github.com/aaparella/Film" rel="nofollow">https://github.com/aaparella/Film</a></p>
<p>Any comments would be appreciated. <3 And even though it's so small, a better name would be nice :P I can only think of so many "Go" puns.</p>
<hr/>**评论:**<br/><br/>nullstyle: <pre><p>One quick note regarding: <a href="https://github.com/aaparella/Film/blob/master/main.go#L87" rel="nofollow">https://github.com/aaparella/Film/blob/master/main.go#L87</a></p>
<p>You need to close the http response body: <a href="http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/index.html#close_http_resp_body" rel="nofollow">http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/index.html#close_http_resp_body</a></p></pre>Midnightblues: <pre><p>Thanks for the link! It looks like a great resource :)</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传