GrantZheng / kit

GoKit CLI
MIT License
268 stars 54 forks source link

Issue for creating one gRPC service as client for other gRPC service #38

Open haohao1218 opened 2 years ago

haohao1218 commented 2 years ago

Hi Grant,

How could I create one gRPC service as client for other gRPC service. I can NOT import pb folder from other service folder when I'm using go module. Any idea about it?