type golang.org/x/pkgsite/internal/middleware.statsKey

3 uses

	golang.org/x/pkgsite/internal/middleware (current package)
		stats.go#L17: type statsKey struct{}
		stats.go#L25: 			ctx := context.WithValue(r.Context(), statsKey{}, sw.stats.Other)
		stats.go#L35: 	x := ctx.Value(statsKey{})