This commit is contained in:
Twilight 2024-07-14 23:39:16 +08:00
parent 0ae82eabbb
commit 0fdba26f06

View File

@ -8,3 +8,5 @@ install-deps:
go install github.com/swaggo/swag/cmd/swag@latest go install github.com/swaggo/swag/cmd/swag@latest
swag: swag:
swag init -g internal/routes/router.go --parseDependency swag init -g internal/routes/router.go --parseDependency
make-ent:
go run -mod=mod entgo.io/ent/cmd/ent new User Pet