An open API service indexing awesome lists of open source software.

https://github.com/go-leo/gors

golang restful service
https://github.com/go-leo/gors

gin go golang gorilla restful service

Last synced: 6 months ago
JSON representation

golang restful service

Awesome Lists containing this project

README

          

# gors
通过注释或者注解快速生成Go语言的Restful服务路由。

[在Go接口上,加上特殊注释定义http路由](README_go_comment.MD)

[在proto上,加上特殊注释定义http路由](README_proto_comment.MD)

[在proto上,通过google.api.annotations语法,定义http路由](README_proto_annotations.MD)