yoheimuta / go-protoparser

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

Add Position data to each parsed element #9

Closed yoheimuta closed 5 years ago

yoheimuta commented 5 years ago

WIP

yoheimuta commented 5 years ago

A position is useful at least for linter.

nicored commented 1 year ago

I added LastPost as I kinda needed it: https://github.com/yoheimuta/go-protoparser/pull/76