@@ -17,7 +17,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
c := cache.NewCache(cfg.MirrorRoot, cfg.MirrorURL)
c := cache.NewCache(cfg.CacheRoot, cfg.MirrorURL)
srv := &Server{cfg: cfg, c: c}
mux := http.NewServeMux()
The note is not visible to the blocked user.