Fix Tick() func.
This commit is contained in:
parent
a5a33d4eaf
commit
66900d08e3
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@
|
||||||
go func() {
|
go func() {
|
||||||
time.Sleep(d)
|
time.Sleep(d)
|
||||||
ch <- time.Now()
|
ch <- time.Now()
|
||||||
}
|
}()
|
||||||
return ch
|
return ch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue