func bytes.EqualFold

5 uses

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

	encoding/json
		fold.go#L38: 			return bytes.EqualFold

	github.com/ghodss/yaml
		fields.go#L361: 			return bytes.EqualFold

	github.com/google/safehtml/template
		transition.go#L225: 		if len(tag) <= len(s) && bytes.EqualFold(tag, s[:len(tag)]) {

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