[ 原始碼: golang-github-jtolds-gls ]
套件:golang-github-jtolds-gls-dev(4.20.0-2)
golang-github-jtolds-gls-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-jtolds-gls:
- [golang-github-jtolds-gls_4.20.0-2.dsc]
- [golang-github-jtolds-gls_4.20.0.orig.tar.gz]
- [golang-github-jtolds-gls_4.20.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.