1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-24 03:46:37 +02:00

feat(example/transaction/ent): add ent install in Makefile ()

This commit is contained in:
Sasha Melentyev 2022-02-26 18:23:13 +03:00 committed by GitHub
parent f3313476ac
commit f56b325a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,7 @@ init:
go install github.com/go-kratos/kratos/cmd/protoc-gen-go-http/v2@latest
go install github.com/go-kratos/kratos/cmd/protoc-gen-go-errors/v2@latest
go install github.com/google/gnostic/cmd/protoc-gen-openapi@v0.6.1
go install entgo.io/ent/cmd/ent@latest
.PHONY: errors
# generate errors code