go-kratos / kratos

Your ultimate Go microservices framework for the cloud-native era.
https://go-kratos.dev
MIT License
22.59k stars 3.94k forks source link

proto file used to build the api document reported an error #3308

Closed ut1221 closed 1 month ago

ut1221 commented 1 month ago

在sys_user.proto引入了base.proto文件 但是执行make api报错; sys_user.proto与base.proto文件是在同一目录下的;

image

这个是makfile文件

image

使用的kratos版本2.7.3

kratos-ci-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


The base.proto file was introduced in sys_user.proto, but an error was reported when executing make api; The sys_user.proto and base.proto files are in the same directory;

image

This is a makfile file

image

The kratos version 2.7.3