Clone this repo:
  1. d460ce9 Remove leftover comment. by Paul Borman · 6 years ago main master 1.0.0 v1.0.0
  2. dec09d7 Merge pull request #28 from elliott5/gopherjs by pborman · 6 years ago
  3. a4243a3 remove net when targeting JS by Elliott Stoneham · 6 years ago
  4. 4ebdd04 Merge pull request #27 from martinlindhe/master by pborman · 6 years ago
  5. 9c6b413 fix some typos by Martin Lindhe · 6 years ago

uuid build status

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID).

Install

go get github.com/google/uuid

Documentation

GoDoc

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: http://godoc.org/github.com/google/uuid