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)
 |
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. |