golang-github-dchest-uniuri 0.0~git20200228.7aecb25-1 source package in Ubuntu

Changelog

golang-github-dchest-uniuri (0.0~git20200228.7aecb25-1) unstable; urgency=medium

  * New upstream release
  * reverse dependencies successfully built with ratt:
    - nothing todo for this package

 -- Thorsten Alteholz <email address hidden>  Sun, 29 Nov 2020 15:15:14 +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
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-dchest-uniuri_0.0~git20200228.7aecb25-1.dsc 2.4 KiB 579917c6b698e0380b9ec4e7787ac6fd4e8bfff468d4ae7f9860c23b053e0f7e
golang-github-dchest-uniuri_0.0~git20200228.7aecb25.orig.tar.xz 4.9 KiB 45b02886e05513bbb066d5e07437c0228a474fe09ad6cd79547a25b40784de64
golang-github-dchest-uniuri_0.0~git20200228.7aecb25-1.debian.tar.xz 2.0 KiB 3c0bea5592342227eae19ee2327b3a1cb3244cc1d3bf691665978f4c754401cd

No changes file available.

Binary packages built by this source

golang-github-dchest-uniuri-dev: generator of random strings to identify unique objects

 This Go package contains software to generate random strings good for
 use in URIs to identify unique objects.
 .
 A standard string created by New() is 16 bytes in length and consists
 of Latin upper and lowercase letters, and numbers (from the set of 62
 allowed characters), which means that it has ~95 bits of entropy. To get
 more entropy, you can use NewLen(UUIDLen), which returns 20-byte string,
 giving ~119 bits of entropy, or any other desired length.