UUID package for Go
Go to file
Maxim Bublis 285588c610 updated README 2013-06-18 15:15:15 +04:00
LICENSE Added LICENSE 2013-06-18 12:32:51 +04:00
README.md updated README 2013-06-18 15:15:15 +04:00
uuid.go cosmetic 2013-06-18 14:53:23 +04:00
uuid_test.go implemented UUID.Variant() method 2013-06-18 14:51:58 +04:00

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 (C) 2013 by Maxim Bublis b@codemonkey.ru. UUID package released under MIT License. See LICENSE for details.