package runner import ( `r00t2.io/gobroke/cachedb` `r00t2.io/gobroke/conf` ) type Updater struct { cfg *conf.Config cache *cachedb.Cache }