1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-30 04:31:03 +02:00

fix example blog makefile (#1296)

This commit is contained in:
杜晨昊 2021-08-05 09:24:39 +08:00 committed by GitHub
parent 2e17f18d66
commit 2fa9168bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ http:
# generate errors code
errors:
protoc --proto_path=. \
--proto_path=./third_party \
--proto_path=$(KRATOS)/third_party \
--go_out=paths=source_relative:. \
--go-errors_out=paths=source_relative:. \
$(API_PROTO_FILES)