golang-github-sean--seed 0.0~git20170313.e2103e2-3 source package in Ubuntu

Changelog

golang-github-sean--seed (0.0~git20170313.e2103e2-3) unstable; urgency=low

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Thorsten Alteholz ]
  * update watch file

 -- Thorsten Alteholz <email address hidden>  Mon, 23 Nov 2020 02:50:40 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
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-sean--seed_0.0~git20170313.e2103e2-3.dsc 2.4 KiB a6095dbb7b856d2af6395c1df54da6bb1e0f3819cdd3ad2fc713e338a02a8c98
golang-github-sean--seed_0.0~git20170313.e2103e2.orig.tar.xz 3.2 KiB 3dda326bd667f4e16ef8d52320b978031b9069df899fedb8d25bc056b2c7faeb
golang-github-sean--seed_0.0~git20170313.e2103e2-3.debian.tar.xz 2.7 KiB edbb81032ea208d54a81f63d84bb41b68dd57ebb0445c9528df0509bc59b621d

No changes file available.

Binary packages built by this source

golang-github-sean--seed-dev: securely seed Go's random number generator

 This package contains a boiler-plate to securely seed Go's random number
 generator (if possible). This library isn't anything fancy, it's just a
 canonical way of seeding Go's random number generator. Cribbed from Nomad
 before it was moved into Consul and made into a helper function, and now
 further modularized to be a super lightweight and reusable library.