Skip to content
/ uuid Public

Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

License

Notifications You must be signed in to change notification settings

google/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d3c2a9 · Nov 14, 2024
Jan 11, 2024
Jan 23, 2024
Sep 21, 2023
Feb 19, 2016
Jun 3, 2015
Jul 1, 2024
Aug 12, 2017
Jul 1, 2024
Sep 17, 2018
Jul 1, 2024
Feb 22, 2024
May 19, 2020
Feb 27, 2019
Aug 17, 2023
Nov 29, 2017
Jul 12, 2021
Feb 12, 2024
Nov 22, 2017
Jan 15, 2021
Feb 22, 2024
Nov 14, 2024
Nov 14, 2024
Jul 1, 2024
Aug 6, 2024
Aug 6, 2024
Jul 2, 2020
Jul 8, 2021
Nov 14, 2024
Nov 14, 2024
Jul 1, 2024

Repository files navigation

uuid

The uuid package generates and inspects UUIDs based on RFC 9562 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

Go Reference

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