func bytes.EqualFold

2 uses

	bytes (current package)
		bytes.go#L1221: func EqualFold(s, t []byte) bool {

	html/template
		transition.go#L241: 		if len(tag) <= len(s) && bytes.EqualFold(tag, s[:len(tag)]) {