func time.NewTicker
5 uses
	time (current package)
		tick.go#L36: func NewTicker(d Duration) *Ticker {
		tick.go#L90: 	return NewTicker(d).C
	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.7.6. (GOOS=linux GOARCH=amd64)