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()
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |