mirror of
https://github.com/xinliangnote/go-gin-api.git
synced 2024-04-21 12:31:46 +00:00
9 lines
139 B
Batchfile
9 lines
139 B
Batchfile
@echo off
|
|
chcp 65001
|
|
echo.
|
|
echo Regenerating swagger doc
|
|
echo.
|
|
go install github.com/swaggo/swag/cmd/swag@latest
|
|
swag init
|
|
echo.
|
|
echo Done. |