Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 516 Bytes

README.md

File metadata and controls

52 lines (38 loc) · 516 Bytes

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