UUID package for Go
Go to file
Maxim Bublis 3bbffb3eeb predefined namespace UUIDs as pointers 2013-06-18 20:16:16 +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 predefined namespace UUIDs as pointers 2013-06-18 20:16:16 +04:00
uuid_test.go tests added 2013-06-18 20:14:33 +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.