golang-github-jtolds-gls 4.20.0-2 source package in Ubuntu

Changelog

golang-github-jtolds-gls (4.20.0-2) unstable; urgency=medium

  * Team upload.
  * Remove myself from uploaders.

 -- Alexandre Viau <email address hidden>  Sun, 15 Sep 2019 18:10:58 -0400

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jtolds-gls_4.20.0-2.dsc 2.1 KiB 5e3e75801cd53b7d6c0c9b754d9bce010454243d9ce5d3abfa13c57f06490fcc
golang-github-jtolds-gls_4.20.0.orig.tar.gz 7.1 KiB 186e13851568984d690d33e71347568898f050117361c1794d96e6cef9e10a8e
golang-github-jtolds-gls_4.20.0-2.debian.tar.xz 2.9 KiB b6d9f44be1b64f1e5e5cc38364e97dbb2a70fb917c9b2aac14faa46a4604779f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-jtolds-gls-dev: Goroutine local storage

 The gls package implements goroutine-local storage. It is a solution
 to the common problem of identifying a goroutine by some kind of
 gouroutine id. For example, it can be used to log an HTTP request
 context id in every log line in the same goroutine as the incoming
 HTTP request.