golang-github-viant-assertly 0.5.4-1 source package in Ubuntu

Changelog

golang-github-viant-assertly (0.5.4-1) unstable; urgency=medium

  * New upstream release 0.5.4
  * debian/patches:
    - Drop all upstreamed patches.

 -- Roger Shimizu <email address hidden>  Tue, 23 Jun 2020 01:20:54 +0900

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-viant-assertly_0.5.4-1.dsc 2.3 KiB 702d50965659318d5adfed7451844f1590faab7f604efc4e533d53e8fc93583b
golang-github-viant-assertly_0.5.4.orig.tar.gz 27.1 KiB 750ccead362bea07361082e2ccae9ef9571d1750fa9cfd6a8e4553a6f7420bcb
golang-github-viant-assertly_0.5.4-1.debian.tar.xz 2.7 KiB 9bc527be17cf518baca0021b841bf4618f4a060a13bec6e0ffdc7be7ac72a473

Available diffs

No changes file available.

Binary packages built by this source

golang-github-viant-assertly-dev: Arbitraty datastructure validation golang library

 Data structure testing library (assertly) for Go.
 .
 This library enables complex data structure testing, specifically:
   1. Realtime transformation or casting of incompatible data types
      with directives system.
   2. Consistent way of testing of unordered structures.
   3. Contains, Range, RegExp support on any data structure deeph level.
   4. Switch case directive to provide expected value alternatives based
   on actual switch/case input match.
   5. Macro system enabling complex predicate and expression evaluation,
 and customization.
 .
 Motivation This library has been created as a way to unify original
 testing approaches introduced to https://github.com/viant/dsunit
 and https://github.com/viant/endly