diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/feed/mail.go | 2 | ||||
-rw-r--r-- | internal/feed/template/feed.tpl.go (renamed from internal/template/feed.tpl.go) | 0 | ||||
-rw-r--r-- | internal/feed/template/template.go (renamed from internal/template/template.go) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/mail.go b/internal/feed/mail.go index e8b6915..ecc011f 100644 --- a/internal/feed/mail.go +++ b/internal/feed/mail.go @@ -9,7 +9,7 @@ import ( "github.com/emersion/go-message/mail" "github.com/Necoro/feed2imap-go/internal/config" - "github.com/Necoro/feed2imap-go/internal/template" + "github.com/Necoro/feed2imap-go/internal/feed/template" ) func address(name, address string) []*mail.Address { diff --git a/internal/template/feed.tpl.go b/internal/feed/template/feed.tpl.go index 3f6470f..3f6470f 100644 --- a/internal/template/feed.tpl.go +++ b/internal/feed/template/feed.tpl.go diff --git a/internal/template/template.go b/internal/feed/template/template.go index dd31f51..dd31f51 100644 --- a/internal/template/template.go +++ b/internal/feed/template/template.go |