mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 20:58:00 +00:00
httpcache.Cacher.Fetch writes to <path>.tmp without MkdirAll; the library expects the caller to own the directory. cacheDir now MkdirAll's before returning.