# aithu-protoc **Repository Path**: dhcy/aithu-protoc ## Basic Information - **Project Name**: aithu-protoc - **Description**: 基于proto协议定制相关自动化生成工具 - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-20 - **Last Updated**: 2022-11-15 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: None ## README # aithu-protoc #### 基于protobuf周边的插件 需要安装好对应的依赖环境,以及工具: - [golang](https://golang.google.cn/dl/) - [protoc](https://github.com/protocolbuffers/protobuf) - [protoc-gen-go](https://github.com/protocolbuffers/protobuf-go) 建议开启GO111MODULE ```shell go env -w GO111MODULE=on ```