proposal: spec: add typed enum support · Issue #19814 · golang/go

I'd like to propose that enum be added to Go as a special kind of type. The examples below are borrowed from the protobuf example. Enums in Go today type SearchRequest int var ( SearchRequestUNIVER...