gogo / letmegrpc

[maintainer wanted] generates a web form gui from a grpc specification
BSD 3-Clause "New" or "Revised" License
419 stars 50 forks source link

fixed enums nested in msgs #47

Closed con-ji closed 6 years ago

con-ji commented 6 years ago

a simple fix - checks to see if the name is long enough (i.e. the enum is in a message), then retrieves the message, then the enum.

awalterschulze commented 6 years ago

Thanks so much for this fix :)