func github.com/google/uuid.Must

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"))
		uuid.go#L182: func Must(uuid UUID, err error) UUID {
		version4.go#L14: 	return Must(NewRandom())
		version4.go#L22: 	return Must(NewRandom()).String()