mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-28 01:44:47 +08:00
Merge branch 'master' of https://github.com/duanhf2012/Origin
This commit is contained in:
@@ -23,3 +23,7 @@ func (slf *Timer) CheckTimeOut() bool {
|
|||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (slf *Timer) Reset() {
|
||||||
|
slf.lasttime = time.Now().UnixNano()
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user