mirror of
https://github.com/xinliangnote/go-gin-api.git
synced 2024-04-21 12:31:46 +00:00
5 lines
137 B
Bash
Executable File
5 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
printf "\nRegenerating swagger doc\n\n"
|
|
go install github.com/swaggo/swag/cmd/swag@v1.7.4
|
|
time swag init
|
|
printf "\nDone.\n\n" |