gotestsum 1.8.2-1build1 source package in Ubuntu

Changelog

gotestsum (1.8.2-1build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:16:16 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
gotestsum_1.8.2.orig.tar.gz 92.6 KiB e961a4e9fca2d02824b8de2ecdfc63b823f89ac4f00d133a92aac22dab61396b
gotestsum_1.8.2-1build1.debian.tar.xz 4.1 KiB 8de3337287d130d1ea737e73d4653ec864ed56ba3797041a1c3377c0a90cae70
gotestsum_1.8.2-1build1.dsc 2.4 KiB f95cf3035f0861d42ab79c08e51b8e26ca8510691e51e21b2ea132558d0a8a20

View changes file

Binary packages built by this source

gotestsum: Feature-rich runner for go test

 `go test` runner with output optimized for humans, JUnit XML for CI
 integration, and a summary of the test run results.
 .
 gotestsum runs tests, prints friendly test output and a summary
 of the test run. Requires Go 1.10+.
 .
 gotestsum works by running go test --json ./... and reading the JSON
 output.

gotestsum-dbgsym: debug symbols for gotestsum