mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
5a1b06d7fd
* run latest vndr so as to collect more LICENSE files * remove unused packages * vendor github.com/philhofer/fwd with LICENSE.md (MIT) * vendor github.com/bsphere/le_go with LICENSE (MIT) Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
13 lines
657 B
Markdown
13 lines
657 B
Markdown
This project was automatically exported from code.google.com/p/go-uuid
|
|
|
|
# uuid ![build status](https://travis-ci.org/pborman/uuid.svg?branch=master)
|
|
The uuid package generates and inspects UUIDs based on [RFC 412](http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services.
|
|
|
|
###### Install
|
|
`go get github.com/pborman/uuid`
|
|
|
|
###### Documentation
|
|
[![GoDoc](https://godoc.org/github.com/pborman/uuid?status.svg)](http://godoc.org/github.com/pborman/uuid)
|
|
|
|
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
|