This commit is contained in:
boyce
2019-02-28 14:07:26 +08:00

View File

@@ -23,3 +23,7 @@ func (slf *Timer) CheckTimeOut() bool {
return false
}
func (slf *Timer) Reset() {
slf.lasttime = time.Now().UnixNano()
}