You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protoc-gen-go-enumx is a protoc plugin that generates Go enum types from
proto3 enums. This is useful because Go does not have a built-in enum type,
and proto3 enums did not directly implement some methods such as FromString , IsValid , All .