[ ソース: golang-github-oklog-ulid ]
パッケージ: golang-github-oklog-ulid-dev (0.3.0+git20170117.66bb656-1)
golang-github-oklog-ulid-dev に関するリンク
Debian の資源:
golang-github-oklog-ulid ソースパッケージをダウンロード:
- [golang-github-oklog-ulid_0.3.0+git20170117.66bb656-1.dsc]
- [golang-github-oklog-ulid_0.3.0+git20170117.66bb656.orig.tar.gz]
- [golang-github-oklog-ulid_0.3.0+git20170117.66bb656-1.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.