gorush/vendor/github.com/pborman/uuid
Bo-Yi Wu 23bd0d0c56 feat: switch glide to govendor. (#186)
* feat: switch glide to govendor.

* fix: testing
2017-02-19 15:04:00 +08:00
..
CONTRIBUTING.md feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
CONTRIBUTORS feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
LICENSE feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
README.md feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
dce.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
doc.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
hash.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
marshal.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
node.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
sql.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
time.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
util.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
uuid.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
version1.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00
version4.go feat: switch glide to govendor. (#186) 2017-02-19 15:04:00 +08:00

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