[Question] open source projects built with chi / gin

xuanbao · · 389 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Are there any full projects (like <a href="https://github.com/sosedoff/pgweb" rel="nofollow">https://github.com/sosedoff/pgweb</a>), or boilerplate (like <a href="https://github.com/Massad/gin-boilerplate" rel="nofollow">https://github.com/Massad/gin-boilerplate</a>) that are built with gin, chi, sqlx, or upper/db?</p> <p>I want to learn how to structure a chi/gin project in an idiomatic way. Ideally it&#39;s a REST API backend project.</p> <p>Thank you!</p> <hr/>**评论:**<br/><br/>aboukirev: <pre><p>At least for <code>chi</code> I know that <a href="https://github.com/disintegration/bebop" rel="nofollow">https://github.com/disintegration/bebop</a> project uses it. There must be a lot of projects using <code>gin</code>. Go to <a href="https://godoc.org/" rel="nofollow">https://godoc.org/</a> Search for <code>chi</code> or <code>gin</code>, then navigate to the documentation of the package. For example <a href="https://godoc.org/github.com/go-chi/chi" rel="nofollow">https://godoc.org/github.com/go-chi/chi</a> for <code>chi</code> package. Now scroll all the way down and find a single link that leads to list of packages that import this package. That&#39;s a starting point for further research. </p></pre>diegobernardes: <pre><p>I&#39;m using chi at this project <a href="https://github.com/diegobernardes/flare" rel="nofollow">https://github.com/diegobernardes/flare</a>, isn&#39;t ready yet, but if you want to look at the structure it&#39;s done.</p></pre>ansrivas: <pre><p>This is also a full fledged project implemented with chi, but the it still uses the old github repo in imports: <a href="https://github.com/anthonynsimon/parrot" rel="nofollow">https://github.com/anthonynsimon/parrot</a></p></pre>saturn_vk: <pre><p>I&#39;ve started using chi in my project:</p> <p><a href="https://github.com/urandom/readeef/blob/2.0/api/api.go#L260" rel="nofollow">https://github.com/urandom/readeef/blob/2.0/api/api.go#L260</a></p> <p>The chi usage is pretty much done now</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

389 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传