ipld-eth-server/vendor/github.com/pborman/uuid
Rob Mulholand 560305f601 Update dependencies
- uses newer version of go-ethereum required for go1.11
2018-09-13 16:14:35 -05:00
..
.travis.yml Update dependencies 2018-09-13 16:14:35 -05:00
CONTRIBUTING.md Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
CONTRIBUTORS Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
dce.go Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
doc.go Update dependencies 2018-09-13 16:14:35 -05:00
hash.go Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
LICENSE Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
marshal_test.go Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
marshal.go Update dependencies 2018-09-13 16:14:35 -05:00
node.go Update dependencies 2018-09-13 16:14:35 -05:00
README.md Update dependencies 2018-09-13 16:14:35 -05:00
seq_test.go Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
sql_test.go Add FlipKick log events transformer 2018-08-07 10:51:34 -05:00
sql.go Update dependencies 2018-09-13 16:14:35 -05:00
time.go Update dependencies 2018-09-13 16:14:35 -05:00
util.go Update dependencies 2018-09-13 16:14:35 -05:00
uuid_test.go Update dependencies 2018-09-13 16:14:35 -05:00
uuid.go Update dependencies 2018-09-13 16:14:35 -05:00
version1.go Update dependencies 2018-09-13 16:14:35 -05:00
version4.go Update dependencies 2018-09-13 16:14:35 -05:00

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.

This package now leverages the github.com/google/uuid package (which is based off an earlier version of this package).

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