[ ソース: 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.