From eefdc799b929a4d6407737d281c34dd940e2823f Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 20 Jun 2020 22:37:44 +0200 Subject: print-cache: Tool for printing the contents of the cache --- internal/feed/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/feed/state.go') diff --git a/internal/feed/state.go b/internal/feed/state.go index 5831ff4..dae0917 100644 --- a/internal/feed/state.go +++ b/internal/feed/state.go @@ -48,7 +48,7 @@ func (state *State) LoadCache(fileName string, forceNew bool) error { if forceNew { cache, err = newCache() } else { - cache, err = loadCache(fileName) + cache, err = LoadCache(fileName) } if err != nil { -- cgit v1.2.3-54-g00ecf