[ 源代码: golang-github-oklog-ulid ]
软件包: golang-github-oklog-ulid-dev (2.0.2+ds-2)
golang-github-oklog-ulid-dev 的相关链接
Trisquel 的资源:
下载源码包 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]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Martina Ferrari
外部的资源:
- 主页 [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.