forked from mirror/go.uuid
285588c610 | ||
---|---|---|
LICENSE | ||
README.md | ||
uuid.go | ||
uuid_test.go |
README.md
UUID package for Go language
This package provides pure Go implementation of Universally Unique IDentifier (UUID) as specified in RFC 4122
Installation
Use the go
command:
$ go get github.com/satori/uuid
Documentation
Documentation is hosted at GoDoc project.
Copyright
Copyright (C) 2013 by Maxim Bublis b@codemonkey.ru. UUID package released under MIT License. See LICENSE for details.