Binary package “golang-github-powerman-check-dev” in ubuntu jammy

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!