yohei yoshimuta

Results 85 comments of yohei yoshimuta

@ZergsLaw Yes. Import is defined in https://pkg.go.dev/github.com/yoheimuta/go-protoparser/[email protected]/parser#Import. You can see the example output here:https://github.com/yoheimuta/go-protoparser/blob/master/README.md?plain=1#L129-L148.

Thank you for your suggestion. You have a point. That looks good to me 👍

@jordanbbaker protolint doesn't have the rule for first value of enum should have numeric value zero. I understand that [proto enums require the first value to be zero](https://protobuf.dev/programming-guides/dos-donts/#unspecified-enum), and so...

I see your point, so I'm willing to accept this feature when someone can prepare for it.