go.uuid/README.md

19 lines
547 B
Markdown

# UUID package for Go language
This package provides pure Go implementation of Universally Unique IDentifier (UUID) as specified in [RFC 4122](http://tools.ietf.org/html/rfc4122)
## Installation
Use the `go` command:
$ go get github.com/satori/uuid
## Documentation
[Documentation](http://godoc.org/github.com/satori/uuid) is hosted at GoDoc project.
## Copyright
Copyright (C) 2013 by Maxim Bublis <b@codemonkey.ru>.
UUID package released under MIT License. See [LICENSE](https://github.com/satori/uuid/blob/master/LICENSE) for details.