From bf5001fe2b4d5417e4419cc2195754371fcef03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 22 Feb 2021 23:06:39 +0100 Subject: Improve naming --- tools/print-cache/print-cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/print-cache/print-cache.go b/tools/print-cache/print-cache.go index b3be0bf..c00bf51 100644 --- a/tools/print-cache/print-cache.go +++ b/tools/print-cache/print-cache.go @@ -22,7 +22,7 @@ func init() { func main() { flag.Parse() - cache, err := cache.LoadCache(cacheFile) + cache, err := cache.Load(cacheFile) if err != nil { log.Fatal(err) } -- cgit v1.2.3