func bytes.EqualFold

3 uses

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

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

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