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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user