Versions in this module Expand all Collapse all v0 v0.4.2 Dec 5, 2019 Changes in this version + type Clock struct + Time time.Time + func New(stamp string) (*Clock, error) + func (c *Clock) Now() time.Time + func (c *Clock) Update(stamp string) error