Involved Source Files Package label provides common declarations used by both the [runtime] and [runtime/pprof] packages.
The [Set] type is used for goroutine labels, and is duplicated as
[runtime/pprof.LabelSet]. The type is duplicated due to go.dev/issue/65437
preventing the use of a type-alias in an existing public interface.
NewSet constructs a LabelSet that wraps the provided labels.
The pages are generated with Goldsv0.8.3-preview. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.