Source: golang-github-jtolds-gls Section: devel Priority: optional Maintainer: pkg-go Uploaders: Alexandre Viau , Tim Potter Build-Depends: debhelper (>= 9), dh-golang, golang-go Standards-Version: 4.0.0 Homepage: https://github.com/jtolds/gls Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jtolds-gls Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jtolds-gls.git XS-Go-Import-Path: github.com/jtolds/gls Testsuite: autopkgtest-pkg-go Package: golang-github-jtolds-gls-dev Architecture: all Depends: ${misc:Depends}, golang-go Built-Using: ${misc:Built-Using} Description: 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.