[ 原始碼: golang-github-oklog-ulid ]
套件:golang-github-oklog-ulid-dev(2.0.2+ds-2)
golang-github-oklog-ulid-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-oklog-ulid:
- [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]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.