From be99a126296493b3085aa5ade91895b36fb1de73 Mon Sep 17 00:00:00 2001 From: Komu Wairagu Date: Thu, 7 Mar 2019 19:15:17 +0300 Subject: [PATCH] Update label.go removed "BUG(hyangah): ". Documenting it as a limitation seems sufficient. --- src/runtime/pprof/label.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/pprof/label.go b/src/runtime/pprof/label.go index c428f948e4..20f9cdbae6 100644 --- a/src/runtime/pprof/label.go +++ b/src/runtime/pprof/label.go @@ -54,7 +54,7 @@ func WithLabels(ctx context.Context, labels LabelSet) context.Context { // Labels takes an even number of strings representing key-value pairs // and makes a LabelSet containing them. // A label overwrites a prior label with the same key. -// BUG(hyangah): Currently only CPU profile utilizes labels information. +// Currently only CPU profile utilizes labels information. // See https://golang.org/issue/23458 for details. func Labels(args ...string) LabelSet { if len(args)%2 != 0 {