yoheimuta / go-protoparser

Yet another Go package which parses a Protocol Buffer file (proto2+proto3)
MIT License
179 stars 20 forks source link

Support multiple RPC options #6

Closed stevecambridge closed 5 years ago

stevecambridge commented 5 years ago

This fixes a bug where RPCs with multiple in-line options would cause the parser to crash.

yoheimuta commented 5 years ago

Thanks for the fix.

stevecambridge commented 5 years ago

Thanks for the project! And sorry about the lint error :)