func bytes.ToUpper
2 uses
bytes (current package)
bytes.go#L689: func ToUpper(s []byte) []byte {
html/template
escape.go#L775: if s[j] == '<' && !bytes.HasPrefix(bytes.ToUpper(s[j:]), doctypeBytes) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)