This commit is contained in:
anserme
2021-07-18 22:25:24 +08:00
parent 6af343d0b1
commit 65873cbfaa
2 changed files with 1 additions and 14 deletions
-13
View File
@@ -1,13 +0,0 @@
@echo off
chcp 65001
echo.
echo Init db
echo.
go run -v .\cmd\init\db\main.go -addr %1 -user %2 -pass %3 -name %4
if %errorlevel% == 1 (
echo.
echo failed!!!
exit 1
)
echo.
echo Done.
+1 -1
View File
@@ -3,6 +3,6 @@ chcp 65001
echo.
echo Regenerating swagger doc
echo.
go run -v github.com\swaggo\swag\cmd\swag init
go run -v github.com/swaggo/swag/cmd/swag init
echo.
echo Done.