# uess-protobuf **Repository Path**: lrayt-study-space/uess-protobuf ## Basic Information - **Project Name**: uess-protobuf - **Description**: 协议 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-19 - **Last Updated**: 2024-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uess-protobuf #### 介绍 协议 #### 生成 ~~~ protoc -I=./protobuf/ --go_out=. protobuf/*.proto && protoc -I=./protobuf --go-grpc_out=. protobuf/*.proto ~~~