1 Star 1 Fork 0

Cyinx / game_server_einx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
make_windows.bat 237 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cyinx 提交于 2018-03-28 16:06 . commit
@echo off
setlocal
if exist make_windows.bat goto ok
echo install.bat must be run from its folder
goto end
:ok
set OLDGOPATH=%GOPATH%
set GOPATH=%~dp0;%OLDGOPATH%
gofmt -w src
go clean
go install game_server
:end
echo finished
pause
Go
1
https://gitee.com/Cyinx/game_server_einx.git
git@gitee.com:Cyinx/game_server_einx.git
Cyinx
game_server_einx
game_server_einx
master

搜索帮助