1 Star 2 Fork 0

阿债 / xorm-refactor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
make.bat 239 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿债 提交于 2020-05-25 18:11 . 增加测试用于生成树状菜单
@ECHO OFF
REM USAGE:
REM make Rebuild the project
IF "%1" == "" GOTO all
IF "%1" == "all" GOTO all
IF "%1" == "build" GOTO build
:all
del refactor.exe
:build
go.exe build -ldflags="-s -w" -o refactor.exe ./cmd/reverse/
1
https://gitee.com/azhai/xorm-refactor.git
git@gitee.com:azhai/xorm-refactor.git
azhai
xorm-refactor
xorm-refactor
v2

搜索帮助