# go-grpc-test **Repository Path**: hqs.com/go-grpc-test ## Basic Information - **Project Name**: go-grpc-test - **Description**: go grpc 项目练习, 仅供学习, 无商业价值 - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-07 - **Last Updated**: 2023-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-grpc-test #### 介绍 测试grpc 生成hello.pb.go ``` cd test/proto/ protoc -I . --go_out=plugins=grpc:./ ./hello.proto ```