Versions in this module Expand all Collapse all v0 v0.1.2 Nov 2, 2021 Changes in this version + type Cache struct + func New(archive, content string) *Cache + func (c *Cache) Read() error + func (c *Cache) Stale() (bool, []string) + func (c *Cache) Update() error + func (c *Cache) Write() error + type File struct + Date string + Hash string + Name string + Size string + func (f File) Equals(g File) bool + type Suite struct + File []File + Hash string + Name string