[Question] open source projects built with chi / gin

xuanbao · 2017-09-16 05:00:07 · 694 次点击    
这是一个分享于 2017-09-16 05:00:07 的资源,其中的信息可能已经有所发展或是发生改变。

Are there any full projects (like https://github.com/sosedoff/pgweb), or boilerplate (like https://github.com/Massad/gin-boilerplate) that are built with gin, chi, sqlx, or upper/db?

I want to learn how to structure a chi/gin project in an idiomatic way. Ideally it's a REST API backend project.

Thank you!


评论:

aboukirev:

At least for chi I know that https://github.com/disintegration/bebop project uses it. There must be a lot of projects using gin. Go to https://godoc.org/ Search for chi or gin, then navigate to the documentation of the package. For example https://godoc.org/github.com/go-chi/chi for chi package. Now scroll all the way down and find a single link that leads to list of packages that import this package. That's a starting point for further research.

diegobernardes:

I'm using chi at this project https://github.com/diegobernardes/flare, isn't ready yet, but if you want to look at the structure it's done.

ansrivas:

This is also a full fledged project implemented with chi, but the it still uses the old github repo in imports: https://github.com/anthonynsimon/parrot

saturn_vk:

I've started using chi in my project:

https://github.com/urandom/readeef/blob/2.0/api/api.go#L260

The chi usage is pretty much done now


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

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