type time.Ticker
5 uses
time (current package)
tick.go#L11: type Ticker struct {
tick.go#L22: func NewTicker(d Duration) *Ticker {
tick.go#L30: t := &Ticker{
tick.go#L46: func (t *Ticker) Stop() {
tick.go#L52: func (t *Ticker) Reset(d Duration) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)