sorcererxw / protoc-gen-go-grpc-mock

Generate Go gRPC service mocks compatible with gomock
MIT License
23 stars 9 forks source link

Support `optional` label of proto3 #3

Closed k1LoW closed 1 year ago

k1LoW commented 1 year ago

Hi @sorcererxw, thank you for the nice tool!

The following error occurs when using the optional label for proto3.

Warning: plugin "go-grpc-mock" does not support required features.
  Feature "proto3 optional" is required by ** file(s):

So, add setting to accept optional label.

k1LoW commented 1 year ago

Thank you!! 🚀