func github.com/google/uuid.Parse

7 uses

	github.com/google/uuid (current package)
		hash.go#L15: 	NameSpaceDNS  = Must(Parse("6ba7b810-9dad-11d1-80b4-00c04fd430c8"))
		hash.go#L16: 	NameSpaceURL  = Must(Parse("6ba7b811-9dad-11d1-80b4-00c04fd430c8"))
		hash.go#L17: 	NameSpaceOID  = Must(Parse("6ba7b812-9dad-11d1-80b4-00c04fd430c8"))
		hash.go#L18: 	NameSpaceX500 = Must(Parse("6ba7b814-9dad-11d1-80b4-00c04fd430c8"))
		sql.go#L27: 		u, err := Parse(src)
		uuid.go#L68: func Parse(s string) (UUID, error) {
		uuid.go#L167: 	uuid, err := Parse(s)