var go.opencensus.io/tag.mapCtxKey

3 uses

	go.opencensus.io/tag (current package)
		context.go#L25: 	ts := ctx.Value(mapCtxKey)
		context.go#L38: 	return context.WithValue(ctx, mapCtxKey, m)
		context.go#L43: var mapCtxKey = ctxKey{}