Searched defs:Clock (Results 1 – 1 of 1) sorted by relevance
145 type Clock struct { struct146 time time.Time154 func (c *Clock) Tick() {158 func (c *Clock) Time() time.Time {179 Clock *Clock member