2016-04-26 00:18:04 +00:00
|
|
|
# uuid [![Build Status](https://travis-ci.org/hashicorp/go-uuid.svg?branch=master)](https://travis-ci.org/hashicorp/go-uuid)
|
2015-10-12 18:07:12 +00:00
|
|
|
|
2016-04-26 00:18:04 +00:00
|
|
|
Generates UUID-format strings using high quality, purely random bytes. It can also parse UUID-format strings into their component bytes.
|
2015-10-12 18:07:12 +00:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
2015-12-16 17:56:20 +00:00
|
|
|
The full documentation is available on [Godoc](http://godoc.org/github.com/hashicorp/go-uuid).
|