OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / pborman / uuid / README.md
1 This project was automatically exported from code.google.com/p/go-uuid
2
3 # uuid ![build status](https://travis-ci.org/pborman/uuid.svg?branch=master)
4 The 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
6 ###### Install
7 `go get github.com/pborman/uuid`
8
9 ###### Documentation 
10 [![GoDoc](https://godoc.org/github.com/pborman/uuid?status.svg)](http://godoc.org/github.com/pborman/uuid)
11
12 Full `go doc` style documentation for the package can be viewed online without installing this package by using the GoDoc site here: 
13 http://godoc.org/github.com/pborman/uuid