Skip to content

Commit c33aa9e

Browse files
committed
design: update profile labels proposal comment on ProfileLabels
There now is a way to access labels, so the previous comment saying there wasn't is out of date. Change-Id: I855f42276083b1c236fdc88fddd4504d90107347 Reviewed-on: https://go-review.googlesource.com/31615 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 58dd3ee commit c33aa9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

design/17280-profile-labels.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ the standard library.
8282

8383
// ProfileLabels is an immutable map of profiler labels. A nil
8484
// *ProfileLabels is an empty map of labels.
85-
// There is intentionally no way to access the profile labels contained
86-
// inside the ProfLabels because doing so could create a goroutine-local
87-
// storage mechanism.
8885
type ProfileLabels struct { /* runtime-internal unexported fields */ }
8986

9087
// SetProfileLabels associates the specified profile

0 commit comments

Comments
 (0)