golang-github-neowaylabs-wabbit 0.0~git20210927.0.73ad61d-1 source package in Ubuntu

Changelog

golang-github-neowaylabs-wabbit (0.0~git20210927.0.73ad61d-1) unstable; urgency=medium

  * New upstream snapshot.
  * Bump d/copyright date for debian directory.

 -- Sascha Steinbiss <email address hidden>  Thu, 19 Jan 2023 11:53:53 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-neowaylabs-wabbit_0.0~git20210927.0.73ad61d-1.dsc 2.4 KiB 92b2345e4e41992d51a2128a9de5252ac42bd8d2b5d87929a0accb0293092754
golang-github-neowaylabs-wabbit_0.0~git20210927.0.73ad61d.orig.tar.xz 20.6 KiB b90c0e45e90e7cd2c7f6d00b21511496cdaac9feef01791fae540f81010b9b05
golang-github-neowaylabs-wabbit_0.0~git20210927.0.73ad61d-1.debian.tar.xz 2.5 KiB 28f433c1349ceaf382f0c4276f62f222c3b4f82d82c78c2601a0069c6f676652

No changes file available.

Binary packages built by this source

golang-github-neowaylabs-wabbit-dev: Golang AMQP mocking library

 AMQP is a verbose protocol that makes it difficult to implement proper
 unit-testing on your application. The first goal of the Wabbit library is
 provide a sane interface for an AMQP client implementation based on
 the specification AMQP-0-9-1 (no extension) and then an implementation
 of this interface using the well established package rabbitmq/amqp091-go
 (https://github.com/rabbitmq/amqp091-go) (a wrapper).