golang-github-matryer-is 1.4.1-1 source package in Ubuntu

Changelog

golang-github-matryer-is (1.4.1-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.

  [ Sascha Steinbiss ]
  * New upstream release.
  * Bump Standards-Version.
  * Bump watchfile version.
  * Add Rules-Requires-Root: no.
  * Bump copyright dates in d/copyright.

 -- Sascha Steinbiss <email address hidden>  Wed, 01 Mar 2023 08:48:35 +0100

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-matryer-is_1.4.1-1.dsc 2.1 KiB e3aa4d3891f680f212fda4847f8c47c21c9d6b4b9dc4a1f15829cb6bd9da22fc
golang-github-matryer-is_1.4.1.orig.tar.gz 87.7 KiB 853cd8171db93e3e36417f5266d6d72ed3ada4f7d5e56837b19656c87adc31eb
golang-github-matryer-is_1.4.1-1.debian.tar.xz 2.4 KiB 00b09b90ac02316b7be9697835bc3f84f51182f240e647eb36792b01b0191cb9

Available diffs

No changes file available.

Binary packages built by this source

golang-github-matryer-is-dev: professional lightweight testing mini-framework for Go

 This is a lightweight testing mini-framework for Go.
 .
  - Easy to write and read
  - Beautifully simple API (https://godoc.org/github.com/matryer/is) with
    everything you need: is.Equal, is.True, is.NoErr, and is.Fail
  - Use comments to add descriptions (which show up when tests fail)