gotestsum 0.4.0-1 source package in Ubuntu

Changelog

gotestsum (0.4.0-1) unstable; urgency=medium

  [ Dmitry Smirnov ]
  * New upstream version 0.4.0

  [ Arnaud Rebillout ]
  * Build-Depends += "golang-golang-x-sync-dev"
  * Update copyright after clarification by upstream
  * Install NOTICE and README in documentation 

 -- Arnaud Rebillout <email address hidden>  Mon, 30 Dec 2019 12:50:10 +0700

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.4.0-1.dsc 2.3 KiB 8ab1f701c412a7499dfd732bf1cf923a7647f9c1d28ea4545fa28fb044e585eb
gotestsum_0.4.0.orig.tar.xz 235.8 KiB aa1dfbb142c88051b8a2a63e8c114eba15f1bc1e63002c68f354d36e3dc06b6d
gotestsum_0.4.0-1.debian.tar.xz 2.3 KiB e8fcd89ce290faaabd1c39ad29662658a9efd9e5c859424281f0656c87380866

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