bindbox-game/scripts/swagger.bat
2025-10-16 13:28:24 +08:00

9 lines
140 B
Batchfile

@echo off
chcp 65001
echo.
echo Regenerating swagger doc
echo.
go install github.com/swaggo/swag/cmd/swag@v1.16.2
swag init
echo.
echo Done.