Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 747 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 747 Bytes

Fast UUID implementation for Go

Coverage Status Build Status GoDoc

This package provides a fast implementation for representing UUIDs, parsing and generating them. It also includes methods for marshalling and unmarshalling JSON as well as reading and storing them in a SQL database.

Installation

go get github.com/m4rw3r/uuid

Documentation

See http://godoc.org/github.com/m4rw3r/uuid or the embedded godoc in the source.