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) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)