Searched defs:Clock (Results 1 – 1 of 1) sorted by relevance
150 type Clock struct { struct151 time time.Time159 func (c *Clock) Tick() {163 func (c *Clock) Time() time.Time {184 Clock *Clock member