golang-github-frankban-quicktest 1.14.4-1 source package in Ubuntu

Changelog

golang-github-frankban-quicktest (1.14.4-1) unstable; urgency=medium

  * New upstream version 1.14.4
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Wed, 25 Jan 2023 12:12:11 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-frankban-quicktest_1.14.4-1.dsc 2.4 KiB 3177f5f91436aed89d7dcbec4aa85dd9f1af1dbbf98d375be4c1fdb36ca006b4
golang-github-frankban-quicktest_1.14.4.orig.tar.gz 38.6 KiB 3981b968a6d8459034ee6423904be190dc7d2b726fe1e86fec73bd4045eb9b1e
golang-github-frankban-quicktest_1.14.4-1.debian.tar.xz 3.2 KiB dbf783d8d854095b5dc7e13c275824dd89296831b8f3aa2e9e01a6cb0d03a287

Available diffs

No changes file available.

Binary packages built by this source

golang-github-frankban-quicktest-dev: quick helpers for testing Go applications

 A collection of Go helpers for writing tests.
 .
 The library provides some base checkers like Equals, DeepEquals, Matches,
 ErrorMatches, IsNil and others. More can be added by implementing the
 Checker interface.