# go_rpc_demo **Repository Path**: asdlin/go_rpc_demo ## Basic Information - **Project Name**: go_rpc_demo - **Description**: golang rpc demo 包含客户端、服务端 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-17 - **Last Updated**: 2021-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go_rpc_demo #### 介绍 golang rpc demo 包含客户端、服务端 #### 使用方法 cd rpc_server_demo && go run server_main.go cd rpc_client_demo && go run client_main.go