func strings.ToUpper

9 uses

	strings (current package)
		strings.go#L554: func ToUpper(s string) string {

	github.com/jinzhu/inflection
		inflections.go#L138: 			inflection{regexp: regexp.MustCompile(strings.ToUpper(value.singular) + "$"), replace: strings.ToUpper(value.plural)},
		inflections.go#L147: 			inflection{regexp: regexp.MustCompile(strings.ToUpper(value.plural) + "$"), replace: strings.ToUpper(value.singular)},
		inflections.go#L157: 			inflection{regexp: regexp.MustCompile(strings.ToUpper(value.find)), replace: strings.ToUpper(value.replace)},
		inflections.go#L167: 			inflection{regexp: regexp.MustCompile(strings.ToUpper(value.find)), replace: strings.ToUpper(value.replace)},