MCPcopy Create free account
hub / github.com/google/uuid

github.com/google/uuid

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow · compare 2 versions
161 symbols 547 edges 23 files 77 documented · 48% updated 21mo agov1.6.0 · 2024-01-23★ 6,13728 open issues

Browse by type

Functions 148 Types & classes 13
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 114
Method 34
Struct 7
TypeAlias 6

Languages

Go100%

Modules by API surface

uuid_test.go54 symbols
uuid.go28 symbols
time.go10 symbols
null.go9 symbols
null_test.go7 symbols
dce.go7 symbols
node.go6 symbols
version4.go5 symbols
json_test.go5 symbols
version7.go4 symbols
version6_test.go4 symbols
marshal.go4 symbols

For agents

$ claude mcp add uuid \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page