Skip to content
/ uuid Public

A fast implementation of the UUID datatype for Go, with support for SQL and JSON.

License

Notifications You must be signed in to change notification settings

m4rw3r/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f41ff2b · Sep 12, 2023

History

57 Commits
Jun 3, 2015
Mar 28, 2020
Aug 19, 2014
Aug 21, 2014
Jun 20, 2023
Mar 28, 2020
Mar 28, 2020
Jun 16, 2016
Aug 19, 2014
Jun 5, 2016
Jun 5, 2016

Repository files navigation

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.

About

A fast implementation of the UUID datatype for Go, with support for SQL and JSON.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages