gotestsum 0.4.0-2 source package in Ubuntu

Changelog

gotestsum (0.4.0-2) unstable; urgency=medium

  * Disable buildmode=pie for MIPS architectures
  * Add gitlab-ci.yml

 -- Arnaud Rebillout <email address hidden>  Tue, 31 Dec 2019 09:08:29 +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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
gotestsum_0.4.0-2.dsc 2.3 KiB 182363271367afa1b41b3764ff88a8e3e4224803a4160474ebb13234e5602d2d
gotestsum_0.4.0.orig.tar.xz 235.8 KiB aa1dfbb142c88051b8a2a63e8c114eba15f1bc1e63002c68f354d36e3dc06b6d
gotestsum_0.4.0-2.debian.tar.xz 2.9 KiB 0af7a7fd197eef7c7fa623b35149cc24457b7f2dc5e3e302134e149152c29c04

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