// PluralExceptionListToMapOrDie converts the list in "Type:PluralType" to map[string]string. // This is used for pluralizer. // If the format is wrong, this function will panic. func PluralExceptionListToMapOrDie(pluralExceptions []string) map[string]string { … }