golang-github-sebdah-goldie 2.5.3+dfsg-2 source package in Ubuntu

Changelog

golang-github-sebdah-goldie (2.5.3+dfsg-2) unstable; urgency=medium

  * Drop debian/gbp.conf

 -- Andreas Tille <email address hidden>  Wed, 02 Mar 2022 21:20:22 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-sebdah-goldie_2.5.3+dfsg-2.dsc 2.4 KiB 8b4bece79b64106f60fa0da66f7bf714114428c66d899b64585587746c477c44
golang-github-sebdah-goldie_2.5.3+dfsg.orig.tar.xz 10.4 KiB 261ce4607de91c391ee8751035c5095678c69cebfcb19b756f72445cfff66128
golang-github-sebdah-goldie_2.5.3+dfsg-2.debian.tar.xz 2.3 KiB cc1aaa4b4a765a6cc4131feb7aff5349115591cf11393529b630aac4e71a1708

Available diffs

No changes file available.

Binary packages built by this source

golang-github-sebdah-goldie-dev: Golden file testing for Go (library)

 Goldie is a golden file test utility for Go projects. It's typically
 used for testing responses with larger data bodies.
 .
 The concept is straight forward. Valid response data is stored in a
 "golden file". The actual response data will be byte compared with the
 golden file and the test will fail if there is a difference.
 .
 Updating the golden file can be done by running go test -update ./....