Skip to content

douyu/proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proto

This is a protocol buffer library for Go.

  • Best practices for Go with protobuf
  • Support define HTTP API with protobuf
  • Support generate HTTP router for echo server
  • Support generate struct tag for protobuf message
  • Support generate swagger docs

Install

make init

Probuf Lint

make lint

Protobuf Breaking check

make breaking

Generate

make generate

Test

make test

Serve Swagger Docs

make serve