Handy template to start developing using Iris-framework. This template uses, among other libraries:
# Directories guide:
| root # app kicker and routes listing
|---- controllers # api controllers
| |---- types # static definitions for body parsing
|---- middlewares # middlewares: jwt and user-role filter
|---- models # GORM models
|---- user # static types for user model attributes, such as enum types
|---- utils # helpers
|---- context # Customized context. Extends for quick reply and user extraction
|---- misc # various helpers
Hope this helps someone :)