2013-06-18 12:32:41 +04:00
|
|
|
# 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)
|
|
|
|
|
2013-06-18 15:15:15 +04:00
|
|
|
## 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.
|
|
|
|
|
2013-06-18 12:32:41 +04:00
|
|
|
## Copyright
|
|
|
|
|
2013-06-18 15:15:15 +04:00
|
|
|
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.
|