Fix swagger deps

This commit is contained in:
Florian Hoss 2023-07-04 23:18:05 +02:00
parent 28f068c890
commit f63210272d
28 changed files with 307 additions and 310 deletions

View file

@ -7,7 +7,7 @@ case $action in
go install github.com/swaggo/swag/cmd/swag@latest
;;
"init")
swag init --dir internal/controller -g ../router/router.go -pd
swag init --dir internal/controller -g ../router/router.go
;;
"format")
swag fmt