# go-grpc-generic **Repository Path**: questionfish/go-grpc-generic ## Basic Information - **Project Name**: go-grpc-generic - **Description**: go-grpc原生实现的泛化调用示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-05-11 - **Last Updated**: 2023-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动服务器 ```shell go run main.go server ``` # 启动客户端 ```shell go run main.go client ```