golang-github-neowaylabs-wabbit 0.0~git20180530.0.d089945-1.1 source package in Ubuntu

Changelog

golang-github-neowaylabs-wabbit (0.0~git20180530.0.d089945-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 17:02: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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-neowaylabs-wabbit_0.0~git20180530.0.d089945-1.1.dsc 2.4 KiB b365c231f9722d1a879b14fab01914640e4e3887d3cdbe02bfa79186f8a1e5a1
golang-github-neowaylabs-wabbit_0.0~git20180530.0.d089945.orig.tar.gz 22.6 KiB bce8f9ec705a2a7f6f81763c4a156dd386d3b0e45ed4fd0912c739adf729fa70
golang-github-neowaylabs-wabbit_0.0~git20180530.0.d089945-1.1.debian.tar.xz 2.4 KiB 5fc82ff62e686ca8ecaac550475616b964efeae399550edeae78b2acb826558a

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 streadway/amqp
 (https://github.com/streadway/amqp) (a wrapper).