aboutsummaryrefslogtreecommitdiff
path: root/tools/print-cache/print-cache.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/print-cache/print-cache.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/print-cache/print-cache.go b/tools/print-cache/print-cache.go
index cdecac4..b3be0bf 100644
--- a/tools/print-cache/print-cache.go
+++ b/tools/print-cache/print-cache.go
@@ -5,7 +5,7 @@ import (
"fmt"
"log"
- "github.com/Necoro/feed2imap-go/internal/feed"
+ "github.com/Necoro/feed2imap-go/internal/feed/cache"
)
// flags
@@ -22,7 +22,7 @@ func init() {
func main() {
flag.Parse()
- cache, err := feed.LoadCache(cacheFile)
+ cache, err := cache.LoadCache(cacheFile)
if err != nil {
log.Fatal(err)
}
b45e39c3e473c9&follow=1'>EXPORT now knows the template we are in -- no need to pass itRené 'Necoro' Neumann5-13/+40 2012-09-10More comments, folding, and some re-organizationRené 'Necoro' Neumann1-56/+94 2012-09-09Zsh EnhancementsRené 'Necoro' Neumann1-5/+9 2012-09-03Allow to create trivial game specs via the cmdlineRené 'Necoro' Neumann1-22/+95 2012-09-03Removed unneeded/trivial game filesRené 'Necoro' Neumann14-66/+20 2012-09-03Fix templatesRené 'Necoro' Neumann3-4/+4 2012-09-03Some more commenting -- and allowing a default PREFIXRené 'Necoro' Neumann1-3/+8