1 Star 0 Fork 223

darg0n / zinx

forked from 刘丹冰Aceld / zinx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile 263 Bytes
一键复制 编辑 原始数据 按行查看 历史
Roger 提交于 2020-03-15 15:36 . update AI client
# gofmt格式化
# run in terminal:
# make fmt
# win系统中,在git bash中如果出现make包没有找到
# 管理员运行git bash,运行以下命令
# choco install make
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
fmt:
gofmt -w $(GOFMT_FILES)
Go
1
https://gitee.com/darg0n/zinx.git
git@gitee.com:darg0n/zinx.git
darg0n
zinx
zinx
master

搜索帮助