|
5 yıl önce | |
---|---|---|
.. | ||
.travis.yml | 5 yıl önce | |
BUILD | 5 yıl önce | |
CONTRIBUTING.md | 5 yıl önce | |
CONTRIBUTORS | 5 yıl önce | |
LICENSE | 5 yıl önce | |
README.md | 5 yıl önce | |
dce.go | 5 yıl önce | |
doc.go | 5 yıl önce | |
go.mod | 5 yıl önce | |
go.sum | 5 yıl önce | |
hash.go | 5 yıl önce | |
marshal.go | 5 yıl önce | |
node.go | 5 yıl önce | |
sql.go | 5 yıl önce | |
time.go | 5 yıl önce | |
util.go | 5 yıl önce | |
uuid.go | 5 yıl önce | |
version1.go | 5 yıl önce | |
version4.go | 5 yıl önce |
This project was automatically exported from code.google.com/p/go-uuid
The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
This package now leverages the github.com/google/uuid package (which is based off an earlier version of this package).
go get github.com/pborman/uuid
Full go doc
style documentation for the package can be viewed online without installing this package by using the GoDoc site here:
http://godoc.org/github.com/pborman/uuid