func bytes.ToUpper

2 uses

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

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