1 2
// Unmarshal{{ go_enum_name }} decodes JSON data into the appropriate concrete {{ go_enum_name }} variant. func Unmarshal{{ go_enum_name }}(data []byte) ({{ go_enum_name }}, error) {