gotestsum 0.3.5-2 source package in Ubuntu

Changelog

gotestsum (0.3.5-2) unstable; urgency=medium

  * Team upload
  * Standards-Version: 4.4.1

 -- Dmitry Smirnov <email address hidden>  Thu, 26 Dec 2019 20:29:51 +1100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gotestsum_0.3.5-2.dsc 2.3 KiB 972faa6423c0db7acdfbf26e1f1c445671060d012ca28f1f3a75484f1972a3c0
gotestsum_0.3.5.orig.tar.xz 235.0 KiB 3aea3f5fa077a0ffde75e1c4f926ca16376bf3d25009f487b40499943f3c7812
gotestsum_0.3.5-2.debian.tar.xz 2.3 KiB 5e75335a8c8c5e5e8ef2b9215db77c33f397f85830a7cdb161008402e33b3d95

Available diffs

No changes file available.

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