1
0
mirror of https://github.com/google/uuid.git synced 2024-11-21 17:16:42 +02:00
uuid/README.md
Alex Bozhenko d55c313874
docs: upd links to rfc9562 (#162)
* upd links to draft

* RFC 4122 -> 9562

* add extra comment

---------

Co-authored-by: bormanp <122468813+bormanp@users.noreply.github.com>
2024-07-01 11:23:50 -05:00

840 B

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