yoheimuta / go-protoparser

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

Support extend definition #24

Closed yoheimuta closed 5 years ago

yoheimuta commented 5 years ago

It seems to be invalid according to https://developers.google.com/protocol-buffers/docs/reference/proto3-spec, but this is a common style. So I will support this definition by default.

ref.

yoheimuta commented 5 years ago

Done.