mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Lange
2c4455b12a
|
8 years ago | |
---|---|---|
.. | ||
CONTRIBUTING.md | 8 years ago | |
CONTRIBUTORS | 8 years ago | |
LICENSE | 8 years ago | |
README.md | 8 years ago | |
dce.go | 8 years ago | |
doc.go | 8 years ago | |
hash.go | 8 years ago | |
marshal.go | 8 years ago | |
node.go | 8 years ago | |
sql.go | 8 years ago | |
time.go | 8 years ago | |
util.go | 8 years ago | |
uuid.go | 8 years ago | |
version1.go | 8 years ago | |
version4.go | 8 years ago |
README.md
This project was automatically exported from code.google.com/p/go-uuid
uuid
The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
Install
go get github.com/pborman/uuid
Documentation
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