golang-github-powerman-check 1.6.0-2 source package in Ubuntu

Changelog

golang-github-powerman-check (1.6.0-2) unstable; urgency=medium

  * Team upload.
  * Add tzdata to Build-Depends. Closes: #1027370.

 -- Santiago Vila <email address hidden>  Tue, 31 Oct 2023 23:45:00 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-powerman-check_1.6.0-2.dsc 2.1 KiB 6d69b8589619fefc9caa7b94131ce4a8f57108cd12b6cd1467b1869170e88e07
golang-github-powerman-check_1.6.0.orig.tar.gz 79.6 KiB 9bfba9a45731cbeb56704877e69f292e8608f5342f523c85a3d63ed3be9537ef
golang-github-powerman-check_1.6.0-2.debian.tar.xz 6.0 KiB 37b7ce2c60be404575a2ba3c39ea7a4c988329afa3ddb2eb2b39ecd71fd5562c

Available diffs

No changes file available.

Binary packages built by this source

golang-github-powerman-check-dev: Helpers to complement Go testing package

 Write Go tests with ease and fun! This package is like testify/assert
 on steroids.
 .
 Features:
   * Compelling output from failed tests.
   * Statistics with amount of passed/failed checks.
   * Colored output in terminal.
   * 100% compatible with testing package - check package just provide
     convenient wrappers for *testing.T methods and doesn't introduce
     new concepts like BDD, custom test suite or unusual execution
     flow.
   * Very easy to add your own check functions.
   * Concise, handy and consistent API, without dot-import!