<p>In our current company, we are a PHP shop. We are however experimenting with Go now, for building our application.</p>
<p>Does anyone know of any library that is compatible with the <a href="http://jsonapi.org/">jsonapi.org</a> spec, or <a href="http://swagger.io/">Swagger</a>.</p>
<p>We are currently experimenting with <a href="http://beego.me/">Beego</a> and <a href="https://github.com/emicklei/go-restful">go-restful</a>, which both support Swagger.</p>
<p><code>net/http</code> is nice, but too low level for the application of our size.</p>
<p>Any recommendations/guidelines are welcome.</p>
<hr/>**评论:**<br/><br/>fqn: <pre><p>Gin should support swagger soon, it's on their roadmap: <a href="https://github.com/gin-gonic/gin" rel="nofollow">https://github.com/gin-gonic/gin</a></p></pre>darthlukan: <pre><p>I was also going to recommend Gin. Upvotes to you!</p></pre>Mteigers: <pre><p>I can't easily tell from their website. What is Swagger?</p></pre>3zcurdia: <pre><p>Gin is the RANT about Martini, I tried to worked with gin in a small project and when I tried to do something a little bit more complex I could not find any documentation about it, instead I migrate to negroni <a href="https://github.com/codegangsta/negroni" rel="nofollow">https://github.com/codegangsta/negroni</a> and I got very impressed how easy was to work with, this is because negroni it only uses the standar library, wich is better documented and exploited</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传