status-go/vendor/github.com/google/uuid
Prem Chaitanya Prathi 97db14083a
chore_: bump go-waku with filter loop fix (#5909)
* chore_: bump go-waku with filter loop fix

* fix_: correct fleet node for staging fleet

* fix_: use shards for lightclient init

---------

Co-authored-by: Richard Ramos <info@richardramos.me>
2024-10-10 17:03:36 +05:30
..
CHANGELOG.md chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
CONTRIBUTING.md chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
CONTRIBUTORS
LICENSE
README.md chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
dce.go
doc.go
hash.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
marshal.go Upgrade go-ens 2021-07-20 10:57:38 +02:00
node.go
node_js.go chore_: bump go-waku (#5289) 2024-06-05 16:10:03 -04:00
node_net.go
null.go chore: bump go-waku (#2404) 2021-10-19 09:43:41 -04:00
sql.go Upgrade go-ens 2021-07-20 10:57:38 +02:00
time.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
util.go
uuid.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
version1.go Upgrade go-ens 2021-07-20 10:57:38 +02:00
version4.go chore: bump go-waku (#2404) 2021-10-19 09:43:41 -04:00
version6.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30
version7.go chore_: bump go-waku with filter loop fix (#5909) 2024-10-10 17:03:36 +05:30

README.md

uuid

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

Go Reference

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