golang.org/x/pkgsite/internal.Experiment.Rollout (field)
6 uses
golang.org/x/pkgsite/internal (current package)
experiment.go#L43: Rollout uint
golang.org/x/pkgsite/internal/middleware
experiment.go#L115: if e.Rollout == 0 {
experiment.go#L118: if e.Rollout >= 100 {
experiment.go#L127: return uint(h.Sum32())%100 < e.Rollout
golang.org/x/pkgsite/internal/queue
queue.go#L47: if e.Rollout > 0 {
golang.org/x/pkgsite/cmd/internal/cmdconfig
cmdconfig.go#L81: s = append(s, fmt.Sprintf("%s:%d", e.Name, e.Rollout))
![]() |
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. |