func bytes.EqualFold
3 uses
bytes (current package)
bytes.go#L1206: func EqualFold(s, t []byte) bool {
html/template
transition.go#L253: if len(tag) <= len(s) && bytes.EqualFold(tag, s[:len(tag)]) {
transition.go#L630: if i+3 <= len(s)-1 && bytes.EqualFold(s[i:i+3], []byte("url")) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)