Restructure project
This commit is contained in:
parent
e44e7caa11
commit
16b2f17301
46 changed files with 1744 additions and 1265 deletions
|
@ -7,7 +7,10 @@ case $action in
|
|||
go install github.com/swaggo/swag/cmd/swag@latest
|
||||
;;
|
||||
"init")
|
||||
swag init -g api/swagger.go
|
||||
swag init --dir internal/controller -g ../router/router.go -pd
|
||||
;;
|
||||
"format")
|
||||
swag fmt
|
||||
;;
|
||||
*)
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue