func time.NewTicker
6 uses
time (current package)
tick.go#L36: func NewTicker(d Duration) *Ticker {
tick.go#L90: return NewTicker(d).C
github.com/jackc/pgx/v5/pgxpool
pool.go#L492: ticker := time.NewTicker(p.healthCheckPeriod)
go.pact.im/x/clock
runtime.go#L47: return runtimeTicker{time.NewTicker(d)}
go.uber.org/zap/zapcore
clock.go#L47: return time.NewTicker(duration)
google.golang.org/grpc/internal/binarylog
sink.go#L118: fs.writeTicker = time.NewTicker(bufFlushDuration)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)