[ 源代码: 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.