func bytes.EqualFold

2 uses

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

	github.com/google/uuid
		uuid.go#L125: 		if !bytes.EqualFold(b[:9], []byte("urn:uuid:")) {