golang-github-rs-xid 1.5.0-1 source package in Ubuntu

Changelog

golang-github-rs-xid (1.5.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Update Standards-Version to 4.6.2 in d/control (no changes needed)

 -- Mathias Gibbens <email address hidden>  Sat, 17 Jun 2023 21:51:43 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-rs-xid_1.5.0-1.dsc 2.1 KiB 9d3e57a0dda2a0705df9641c19c6b2b0240dacfa60e5a4d0593897b5db096713
golang-github-rs-xid_1.5.0.orig.tar.gz 11.3 KiB 105fc29a13c39f558a5ccf70bd27eded738628328bad682e24e04c3a798d3196
golang-github-rs-xid_1.5.0-1.debian.tar.xz 2.7 KiB 6fd7fc967e82f5506b3c52849f30574ac7dcdae591b601ca5ce30bdc0b596b10

Available diffs

No changes file available.

Binary packages built by this source

golang-github-rs-xid-dev: globally unique id generator thought for the web

 package xid is a globally unique id generator library, ready
 to be used safely directly in your server code.
 .
 Xid is using Mongo Object ID algorithm to generate globally
 unique ids with a different serialization (bast64) to make
 it shorter when transported as a string.