Official Go implementation of the Ethereum protocol
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.
 
 
 
 
 
 
go-ethereum/vendor/github.com/pborman/uuid
Felix Lange 2c4455b12a vendor: update dependencies with github.com/kardianos/govendor 8 years ago
..
CONTRIBUTING.md Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
CONTRIBUTORS Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
README.md vendor: update all dependencies except Azure SDK 8 years ago
dce.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
doc.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
hash.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
marshal.go vendor: update dependencies with github.com/kardianos/govendor 8 years ago
node.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
sql.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
time.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
util.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
uuid.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
version1.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago
version4.go Godeps, vendor: convert dependency management to trash (#3198) 8 years ago

README.md

This project was automatically exported from code.google.com/p/go-uuid

uuid build status

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

GoDoc

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