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

pull/1846/head
Sasha Melentyev 3 years ago committed by GitHub
parent f3313476ac
commit f56b325a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      examples/transaction/ent/Makefile

@ -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

Loading…
Cancel
Save