Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galdor/go-uuid
Go package to manipulate UUIDs
https://github.com/galdor/go-uuid
go golang uuid uuid-v4 uuid-v7 uuidv4 uuidv7
Last synced: about 1 month ago
JSON representation
Go package to manipulate UUIDs
- Host: GitHub
- URL: https://github.com/galdor/go-uuid
- Owner: galdor
- License: isc
- Created: 2023-04-03T15:52:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T13:58:05.000Z (6 months ago)
- Last Synced: 2024-08-27T10:09:19.839Z (4 months ago)
- Topics: go, golang, uuid, uuid-v4, uuid-v7, uuidv4, uuidv7
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-uuid
## Introduction
The go-uuid library contains utilities to manipulate UUID unique identifiers
as defined by RFC 4122bis (draft-ietf-uuidrev-rfc4122bis).It currently supports UUID v4 and v7.
## Usage
Refer to the [Go package documentation](https://pkg.go.dev/go.n16f.net/uuid) for
information about the API.See the [`uuid` program](cmd/uuid/main.go) for a practical use case.
# Licensing
Go-uuid is open source software distributed under the
[ISC](https://opensource.org/licenses/ISC) license.