zeromicro / go-zero

A cloud-native Go microservices framework with cli tool for productivity.
https://go-zero.dev
MIT License
29.41k stars 3.97k forks source link

[Feature]: support goctl rpc skip generate pb files. #4269

Open chaozwn opened 4 months ago

chaozwn commented 4 months ago

An bro @wuqinqiang in front of me has done the corresponding code, I have improved him and done the corresponding test at the same time.

Related article: https://juejin.cn/post/7394823316584824869

kesonan commented 4 months ago

This will have an impact on the health of rpc generation, and such adjustments are temporarily unacceptable.

kevwan commented 4 months ago

Duplicate of #4079