1 Star 0 Fork 4

thought/luban

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init_db.bat 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
gujiwork 提交于 2021-09-28 11:24 . feature:初始化sql工具
@echo ##########Formatting code#########################################
go fmt ./ && go vet ./
@echo ##########Format the code successfully############################
SET CGO_ENABLED=0
set GOOS=windows
set GOARCH=amd64
@echo ##########Compiling gva.exe#######################################
go build -o gva.exe cmd/main.go
@echo ##########Successfully compiled gva.exe###########################
@echo ##########Initializing data using gva.exe#########################
gva.exe initdb
@echo ##########Use gva.exe to initialize data successfully#############
@echo ##########Deleting gva.exe########################################
:: del gva.exe
@echo ##########Deleting gva.exe successfully###########################
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thoughtful_fanjie/luban.git
git@gitee.com:thoughtful_fanjie/luban.git
thoughtful_fanjie
luban
luban
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385