golang-github-mitchellh-go-testing-interface 1.14.1-1 source package in Ubuntu

Changelog

golang-github-mitchellh-go-testing-interface (1.14.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields.

  [ Dmitry Smirnov ]
  * New upstream release
  * Rules-Requires-Root: no
  * Standards-Version: 4.5.0

 -- Dmitry Smirnov <email address hidden>  Tue, 06 Oct 2020 19:54:23 +1100

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-go-testing-interface_1.14.1-1.dsc 2.4 KiB 3239e5779a9094f2d478c938c28ba3b9f6d1649074fee0de5e9f24f7f04cf92b
golang-github-mitchellh-go-testing-interface_1.14.1.orig.tar.xz 2.7 KiB 9c8a0fc59d44f0f0128ea91aa6aa681da3695e769302454b505aef362fb557ef
golang-github-mitchellh-go-testing-interface_1.14.1-1.debian.tar.xz 2.7 KiB 1889a139fcab1c15bce65e3e123576ac53938cd2f9b9c33cca2da9cf7b2b998b

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mitchellh-go-testing-interface-dev: library to expose *testing.T as an interface

 Go library that exports an interface that *testing.T implements as well as
 a runtime version you can use in its place.
 .
 The purpose of this library is so export test helpers as a public API
 without depending on the "testing" package, since one can't create a
 *testing.T struct manually.