type time.Ticker

11 uses

	time (current package)
		tick.go#L16: type Ticker struct {
		tick.go#L36: func NewTicker(d Duration) *Ticker {
		tick.go#L44: 	t := (*Ticker)(unsafe.Pointer(newTimer(when(d), int64(d), sendTime, c, syncTimer(c))))
		tick.go#L52: func (t *Ticker) Stop() {
		tick.go#L65: func (t *Ticker) Reset(d Duration) {

	go.pact.im/x/clock
		runtime.go#L67: 	*time.Ticker

	go.pact.im/x/zapjournal/tests
		stubs.go#L29: func (*fakeClock) NewTicker(time.Duration) *time.Ticker {

	go.uber.org/zap/zapcore
		buffered_write_syncer.go#L107: 	ticker      *time.Ticker
		clock.go#L36: 	NewTicker(time.Duration) *time.Ticker
		clock.go#L46: func (systemClock) NewTicker(duration time.Duration) *time.Ticker {

	google.golang.org/grpc/internal/binarylog
		sink.go#L95: 	writeTicker *time.Ticker