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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Shengjing Zhu ]
  * New upstream version
  * Update debhelper-compat to 13
  * Update Standards-Version to 4.6.2 (no changes)
  * Update section to golang
  * Add patch to fix tests with Go1.19 (Closes: #1017302)
  * Update dependencies
    + golang-github-powerman-deepequal-dev
    + golang-google-protobuf-dev
  * Add patch to revert grpc status support

 -- Shengjing Zhu <email address hidden>  Wed, 22 Feb 2023 22:09:32 +0800

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-powerman-check_1.6.0-1.dsc 1.8 KiB d189f7a8fb5bd983895569b93a512f73f71e7cd1e5ed83278bc075f84fabcf92
golang-github-powerman-check_1.6.0.orig.tar.gz 79.6 KiB 9bfba9a45731cbeb56704877e69f292e8608f5342f523c85a3d63ed3be9537ef
golang-github-powerman-check_1.6.0-1.debian.tar.xz 5.9 KiB fe34dd1ddac2a8c05923bc6bda81ca621dcea0289efdd1d45ff14e43d072dac5

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!