Skip to content

Commit

Permalink
Update label.go
Browse files Browse the repository at this point in the history
removed "BUG(hyangah): ". Documenting it as a limitation seems sufficient.
  • Loading branch information
komuw committed Mar 7, 2019
1 parent a701779 commit be99a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/pprof/label.go
Expand Up @@ -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 {
Expand Down

0 comments on commit be99a12

Please sign in to comment.