golang-github-jacobsa-reqtrace 0.0~git20150505-6 source package in Ubuntu

Changelog

golang-github-jacobsa-reqtrace (0.0~git20150505-6) unstable; urgency=medium

  [ Martín Ferrari ]
  * debian/rules: Replace DH_GOPKG with XS-Go-Import-Path.

 -- Michael Stapelberg <email address hidden>  Sat, 10 Feb 2018 11:25:35 +0100

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
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-reqtrace_0.0~git20150505-6.dsc 2.3 KiB 1f57c4fdbf15a46314c8735aedba78ca159694aa24a0ff718f8bf8fb8785be79
golang-github-jacobsa-reqtrace_0.0~git20150505.orig.tar.bz2 7.1 KiB 3aa6039ed2116e1fa4736cf7de555f4825b3d8ac4172f4a816c7772f3e190029
golang-github-jacobsa-reqtrace_0.0~git20150505-6.debian.tar.xz 2.1 KiB fb92c7d3b3a7e3a771a2c6e67e94eb0b118985645cfd765319401cadf7434054

No changes file available.

Binary packages built by this source

golang-github-jacobsa-reqtrace-dev: simple request tracing

 reqtrace is a package for simple request tracing. It requires nothing of its
 user except:
 .
  * They must use golang.org/x/net/context.
  * They must add a single line to each function they want to be visible in
    traces.
 .
 In particular, reqtrace is console-based and doesn't require an HTTP server.
 .
 Warning: This package is still barebones and in its early days. The author
 reserves the right to make backwards-incompatible changes to its API. But if
 it's useful to you in your current form, have at it.