google/uuid

GitHub: google/uuid

Google 官方维护的 Go 语言 UUID 生成与解析库,基于 RFC 9562 标准,为分布式系统和应用程序提供全局唯一标识符方案。

Stars: 6117 | Forks: 432

# uuid uuid 包生成并检查基于 [RFC 9562](https://datatracker.ietf.org/doc/html/rfc9562) 和 DCE 1.1: Authentication and Security Services 的 UUID。 此包基于 github.com/pborman/uuid 包(之前命名为 code.google.com/p/go-uuid)。它与这些早期包的不同之处在于,UUID 是一个 16 字节的数组而不是字节切片。此更改带来的一个不便之处 是无法表示无效的 UUID(相对于 NIL UUID)。 ###### 安装 ``` go get github.com/google/uuid ``` ###### 文档 [![Go Reference](https://pkg.go.dev/badge/github.com/google/uuid.svg)](https://pkg.go.dev/github.com/google/uuid) 无需安装此包,即可通过 GoDoc 站点在线查看该包完整的 `go doc` 风格文档,网址如下: https://pkg.go.dev/github.com/google/uuid
标签:EVTX分析, 日志审计