func bytes.ToUpper

2 uses

	bytes (current package)
		bytes.go#L616: func ToUpper(s []byte) []byte {

	html/template
		escape.go#L733: 				if s[j] == '<' && !bytes.HasPrefix(bytes.ToUpper(s[j:]), doctypeBytes) {