type golang.org/x/pkgsite/internal/log.labelsKey
5 uses
golang.org/x/pkgsite/internal/log (current package)
log.go#L39: labelsKey struct{}
log.go#L63: oldLabels, _ := ctx.Value(labelsKey{}).(map[string]string)
log.go#L70: return context.WithValue(ctx, labelsKey{}, newLabels)
log.go#L84: labels, _ := ctx.Value(labelsKey{}).(map[string]string)
log.go#L119: if labels, ok := ctx.Value(labelsKey{}).(map[string]string); ok {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |