改进
This commit is contained in:
parent
0ae82eabbb
commit
0fdba26f06
2
Makefile
2
Makefile
@ -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
|
Loading…
Reference in New Issue
Block a user