golang.org/x/pkgsite/internal/experiment.Set.Active (method)
4 uses
golang.org/x/pkgsite/internal/experiment (current package)
experiment.go#L20: func (s *Set) Active() []string {
golang.org/x/pkgsite/internal/frontend
urlinfo.go#L248: for _, a := range set.Active() {
golang.org/x/pkgsite/internal/log
log.go#L135: return strings.Join(experiment.FromContext(ctx).Active(), ", ")
golang.org/x/pkgsite/internal/worker
fetch.go#L57: ctx = experiment.NewContext(tctx, experiment.FromContext(ctx).Active()...)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |