Binary package “golang-github-jtolds-gls-dev” in ubuntu oracular

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.