# MiniGame **Repository Path**: smart_zeusyu/mini-game ## Basic Information - **Project Name**: MiniGame - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 后台代码运行, 克隆下来后 生成服务器端文件, ``` cd proto protoc --go_out=plugins=grpc:..\server\common .\user.proto ``` 进入server 目录, 确保已经安装了go >= 1.13, 有protc执行文件 并添加到环境变量 ``` // windows $env:GOPROXY="https://goproxy.cn" // linux export GOPROXY="https://goproxy.cn" go run main.go ```