go.uuid/README.md

547 B

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.