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

Changelog

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

  * New upstream version 1.14.6
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Thu, 21 Sep 2023 01:49:29 -0600

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-frankban-quicktest_1.14.6-1.dsc 2.4 KiB f648b7226c912958215bbfaef8a0c4a88b86c05b562819c48cc63cdd70372a1b
golang-github-frankban-quicktest_1.14.6.orig.tar.gz 39.1 KiB c77b45b267ac5f5e03d00ab1b3f944d68c74e91601a1c8121e49040ff89d8b0a
golang-github-frankban-quicktest_1.14.6-1.debian.tar.xz 3.2 KiB 910d5a6ebd6b88732d400491b01932dbeca25c8534c015fbab2285422b39c4b7

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.