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

Changelog

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

  [ Michael Stapelberg ]
  * Team upload.
  * update debian/gitlab-ci.yml (using salsa.debian.org/go-team/ci/cmd/ci)

  [ Dr. Tobias Quathamer ]
  * New upstream version 4.20.0
  * Update team name
  * Switch to debhelper-compat and use v12
    - Use HTTPS URL for d/copyright
  * Do not use pristine-tar
  * Switch to d/watch version 4
  * Set Rules-Requires-Root: no
  * Update Standards-Version to 4.4.0
  * Remove golang-go from Depends of -dev package
  * Build-Depend on golang-any instead of golang-go
  * Add Breaks: golang-defaults (<< 2:1.12~1) for autopkgtest

 -- Dr. Tobias Quathamer <email address hidden>  Tue, 13 Aug 2019 19:29:06 +0200

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jtolds-gls_4.20.0-1.dsc 2.2 KiB 29bdf5f5c74117090072858eb59b6de1a46e25ca42e8f7a70df96e89662aab49
golang-github-jtolds-gls_4.20.0.orig.tar.gz 7.1 KiB 186e13851568984d690d33e71347568898f050117361c1794d96e6cef9e10a8e
golang-github-jtolds-gls_4.20.0-1.debian.tar.xz 2.9 KiB dc3a0f8725a1be6dd8bc0f501863d5a0e32857d483cc8957f0973f2c51a69662

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.