[ Bron: golang-github-oklog-ulid ]
Pakket: golang-github-oklog-ulid-dev (2.0.2+ds-2)
Verwijzigingen voor golang-github-oklog-ulid-dev
Debian bronnen:
Het bronpakket golang-github-oklog-ulid downloaden:
- [golang-github-oklog-ulid_2.0.2+ds-2.dsc]
- [golang-github-oklog-ulid_2.0.2+ds.orig.tar.gz]
- [golang-github-oklog-ulid_2.0.2+ds-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
ULID generation library for Golang
Universally Unique Lexicographically Sortable Identifier (ULID) in Go
A Go port of alizain/ulid (https://github.com/alizain/ulid) with binary format implemented.
A ULID is a replacement for GUID/UUIDs with some useful properties:
* Lexicographically sortable. * Compatible with UUID/GUIDs. * Very fast generation. * Canonically encoded as a 26 character string.