renamed var

This commit is contained in:
2026-04-15 14:49:23 -06:00
parent 87d52aae58
commit abb8b58c2a
3 changed files with 11 additions and 9 deletions
+1
View File
@@ -17,6 +17,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
c := cache.NewCache(cfg.CacheRoot, cfg.MirrorURL)
srv := &Server{cfg: cfg, c: c}