Versions in this module Expand all Collapse all v1 v1.4.4 Nov 19, 2017 Changes in this version + type Checker interface + IsUpToDate func() (bool, error) + OnError func() error + type Checksum struct + Dir string + Sources []string + Task string + func (c *Checksum) IsUpToDate() (bool, error) + func (c *Checksum) OnError() error + type None struct + func (None) IsUpToDate() (bool, error) + func (None) OnError() error + type Timestamp struct + Dir string + Generates []string + Sources []string + func (*Timestamp) OnError() error + func (t *Timestamp) IsUpToDate() (bool, error)