golang.org/x/pkgsite/internal.Experiment.Name (field)
7 uses
golang.org/x/pkgsite/internal (current package)
experiment.go#L40: Name string
golang.org/x/pkgsite/internal/middleware
experiment.go#L101: exps = append(exps, exp.Name)
experiment.go#L126: fmt.Fprintf(h, "%s %s", ip, e.Name)
golang.org/x/pkgsite/internal/queue
queue.go#L48: names = append(names, e.Name)
golang.org/x/pkgsite/cmd/internal/cmdconfig
cmdconfig.go#L81: s = append(s, fmt.Sprintf("%s:%d", e.Name, e.Rollout))
cmdconfig.go#L82: if desc, ok := internal.Experiments[e.Name]; ok {
cmdconfig.go#L87: log.Errorf(ctx, "unknown experiment %q", e.Name)
 |
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. |