aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-23 20:51:11 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-23 20:51:11 +0200
commitf8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d (patch)
treedd66407c2e9fede7730b82b61a6c284747cf62f5
parentc883470c2ef977b8675b12428591bb003694e235 (diff)
downloadfeed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.tar.gz
feed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.tar.bz2
feed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.zip
Move template to subfolder of feed
-rw-r--r--internal/feed/mail.go2
-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