# proto **Repository Path**: fpy-go/douyu-proto ## Basic Information - **Project Name**: proto - **Description**: 基于douyu proto做了一些业务demo - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main_self - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-23 - **Last Updated**: 2025-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 --- ```bash make init ``` Probuf Lint --- ```bash make lint ``` Protobuf Breaking check --- ```bash make breaking ``` Generate --- ```bash make generate ``` Test --- ```bash make test ``` Serve Swagger Docs --- ```bash make serve ```