golang-github-henvic-httpretty 0.1.0-1 source package in Ubuntu

Changelog

golang-github-henvic-httpretty (0.1.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.1.0
  * Update Standards-Version to 4.6.2 (no changes)
  * Add golang-golang-x-tools-dev to Build-Depends
  * Refresh patches
    + Drop merged 0001-fix-tests-for-without-AES-hardware.patch
    + Add 0001-test-fix-matching-tls-certificate-error-for-Go1.20.patch

 -- Shengjing Zhu <email address hidden>  Wed, 08 Feb 2023 16:23:43 +0800

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-henvic-httpretty_0.1.0-1.dsc 1.7 KiB 45fef21e268a7aacc00e757269457648d2502ad611a5fb614f16a7d9343be91a
golang-github-henvic-httpretty_0.1.0.orig.tar.gz 46.0 KiB c6e98e731560abe4221337a67e9e3f3b01ad688a0678b5dca8561350698ff1c2
golang-github-henvic-httpretty_0.1.0-1.debian.tar.xz 3.6 KiB 8eb80863c0d0f23bc88ce8da1fd8fab898b992fa6f98ba45db00709c01009e9a

Available diffs

No changes file available.

Binary packages built by this source

golang-github-henvic-httpretty-dev: Prints HTTP requests made with Go pretty on your terminal.

 Prints the HTTP requests of your Go programs pretty on your terminal
 screen. It is mostly inspired in curl's --verbose mode, and also on
 the httputil.DumpRequest and similar functions.