Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

acesso-io/uuid

This branch is 1 commit ahead of, 85 commits behind google/uuid:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
daniel.kanc
Jun 19, 2017
59ff10a · Jun 19, 2017

History

82 Commits
Nov 28, 2016
Feb 19, 2016
Feb 19, 2016
Jun 3, 2015
Jul 8, 2016
Jun 19, 2017
Feb 29, 2016
Feb 26, 2016
Feb 29, 2016
Feb 26, 2016
Feb 29, 2016
Feb 26, 2016
Feb 26, 2016
Mar 3, 2017
Mar 3, 2017
Feb 29, 2016
Feb 26, 2016
Feb 29, 2016
Feb 29, 2016
Feb 29, 2016
Feb 29, 2016

Repository files navigation

This package is currently in development and the API may not be stable.

The API will become stable with v1.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%