- Notifications
You must be signed in to change notification settings - Fork398
Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
License
google/uuid
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The uuid package generates and inspects UUIDs based onRFC 4122and DCE 1.1: Authentication and Security Services.
This package is based on the github.com/pborman/uuid package (previously namedcode.google.com/p/go-uuid). It differs from these earlier packages in thata UUID is a 16 byte array rather than a byte slice. One loss due to thischange is the ability to represent an invalid UUID (vs a NIL UUID).
go get github.com/google/uuid
Fullgo doc
style documentation for the package can be viewed online withoutinstalling this package by using the GoDoc site here:http://pkg.go.dev/github.com/google/uuid
About
Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.