No description
Find a file
Mohan Manikanta 0d29268320
Merge pull request #28 from hashicorp/compliance/update-headers
[IND-4226] [COMPLIANCE] Update Copyright Headers
2025-11-04 02:21:17 +05:30
.github [COMPLIANCE] Update Copyright and License Headers 2025-11-03 20:38:37 +00:00
.go-version version change 2025-06-04 16:08:03 +05:30
.golangci.yaml [COMPLIANCE] Update Copyright and License Headers 2025-11-03 20:38:37 +00:00
CHANGELOG.md IND-3796 enabling dependabot, changelog.md added 2025-06-04 15:46:33 +05:30
go.mod version change 2025-06-04 16:08:03 +05:30
LICENSE [COMPLIANCE] Update Copyright and License Headers 2025-11-03 20:38:37 +00:00
README.md docs: fixup readme 2023-05-22 10:48:52 -05:00
uuid.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 20:38:37 +00:00
uuid_test.go [COMPLIANCE] Update Copyright and License Headers 2025-11-03 20:38:37 +00:00

uuid Run CI Tests

Generates UUID-format strings using high quality, purely random bytes. It is not intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.

Documentation

The full documentation is available on pkg.go.dev.