1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +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
+1 -1
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)