Documentation ¶ Index ¶ type Stater func New(checkContent bool) *Stater func (s *Stater) Stat(root string, expr string) (hash []byte, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Stater ¶ type Stater struct { // contains filtered or unexported fields } func New ¶ func New(checkContent bool) *Stater func (*Stater) Stat ¶ func (s *Stater) Stat(root string, expr string) (hash []byte, err error) Stat creates a hash of all the files given by expr (using root), either by using contents of files or only the mod-time. TODO: include a ref to cache so we can write for each individual file Source Files ¶ View all Source files stat.go Click to show internal directories. Click to hide internal directories.