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

Changelog

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

  * Team upload.
  * Replace "golang-go" with "golang-any" in Build-Depends and remove
    "golang-go" from -dev package Depends

 -- Tianon Gravi <email address hidden>  Wed, 11 Jan 2017 09:42:48 -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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-reqtrace_0.0~git20150505-4.dsc 2.3 KiB 9aea17d2265689585fe7fea06cfff82528f8f9e57c07d1f8b8f734f0d591ac0e
golang-github-jacobsa-reqtrace_0.0~git20150505.orig.tar.bz2 7.1 KiB 3aa6039ed2116e1fa4736cf7de555f4825b3d8ac4172f4a816c7772f3e190029
golang-github-jacobsa-reqtrace_0.0~git20150505-4.debian.tar.xz 2.0 KiB d9947c6a5166609de81751bb795bf5ad44ce37b31c8c9ea8fe1d33180be96539

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.