TheThingsIndustries / protoc-gen-fieldmask

Generate field mask utilities from proto files
Apache License 2.0
10 stars 3 forks source link

Fix enum zero value #48

Closed adriansmares closed 2 years ago

adriansmares commented 2 years ago

Summary

This PR fixes the generation of 'zero' values for enums from other packages. Per proto3 specification, enums must start with 0, so the conversion is valid.