golang-github-jarcoal-httpmock 1.1.0-1 source package in Ubuntu

Changelog

golang-github-jarcoal-httpmock (1.1.0-1) unstable; urgency=medium

  * New upstream release.
  * according to ratt no entry in Built-Using: of other packages

 -- Thorsten Alteholz <email address hidden>  Wed, 05 Jan 2022 02:29:58 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jarcoal-httpmock_1.1.0-1.dsc 2.4 KiB 241c58f138ffebd194b3f2c5f8ffe8b1f1ed9fa5542c656c7a51fca1b87c289e
golang-github-jarcoal-httpmock_1.1.0.orig.tar.gz 28.7 KiB 2be311c4470cc75de66437fe18325885f9680b03f566863434614982c5eda915
golang-github-jarcoal-httpmock_1.1.0-1.debian.tar.xz 2.5 KiB 7eda175227908775e6765fc308041872333077dae6b37b41267d8711685ba9cf

Available diffs

No changes file available.

Binary packages built by this source

golang-github-jarcoal-httpmock-dev: HTTP mocking for Golang

 This package contains software for easy mocking of http responses from
 external resources.
 .
 Activate starts the mock environment. This should be called before your
 tests run. Under the hood this replaces the Transport on the
 http.DefaultClient with DefaultTransport.