diff options
Diffstat (limited to 'internal/feed/template')
-rw-r--r-- | internal/feed/template/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/template/template.go b/internal/feed/template/template.go index dd31f51..7871e06 100644 --- a/internal/feed/template/template.go +++ b/internal/feed/template/template.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "github.com/Necoro/feed2imap-go/internal/log" + "github.com/Necoro/feed2imap-go/pkg/log" ) func dict(v ...string) map[string]string { |