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