...
1This project was automatically exported from code.google.com/p/go-uuid
2
3# uuid 
4The uuid package generates and inspects UUIDs based on [RFC 4122](http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services.
5
6This package now leverages the github.com/google/uuid package (which is based off an earlier version of this package).
7
8###### Install
9`go get github.com/pborman/uuid`
10
11###### Documentation
12[](http://godoc.org/github.com/pborman/uuid)
13
14Full `go doc` style documentation for the package can be viewed online without installing this package by using the GoDoc site here:
15http://godoc.org/github.com/pborman/uuid
View as plain text