golang-github-cnf-structhash 0.0~git20201127.e1b16c1-1 source package in Ubuntu

Changelog

golang-github-cnf-structhash (0.0~git20201127.e1b16c1-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 14:37:52 +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
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-cnf-structhash_0.0~git20201127.e1b16c1-1.dsc 2.5 KiB a494c1ffd26f6cce579d81d5e8e314ed1c7318a73a7cd7fd8dfd23ebdaa98515
golang-github-cnf-structhash_0.0~git20201127.e1b16c1.orig.tar.xz 5.9 KiB 4522941c4a43d0d00bf00acc50e08e1887ab6d065af056312382fe7e57f01c32
golang-github-cnf-structhash_0.0~git20201127.e1b16c1-1.debian.tar.xz 2.1 KiB 76b6e1d7506512f6a10db620671d98660d807201c96cd76fab6d0c12316b2fd2

No changes file available.

Binary packages built by this source

golang-github-cnf-structhash-dev: get hash strings of arbitrary data structures

 structhash is a Go library for generating hash strings of arbitrary
 data structures. Features
  - fields may be ignored or renamed (like in json.Marshal, but using
    different struct tag)
  - fields may be serialized
  - fields may be versioned
  - fields order in struct doesn't matter (unlike json.Marshal)
  - nil values are treated equally to zero valuesInstallation