aboutsummaryrefslogtreecommitdiff
path: root/internal
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 /internal
parentc883470c2ef977b8675b12428591bb003694e235 (diff)
downloadfeed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.tar.gz
feed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.tar.bz2
feed2imap-go-f8a89ce8d9a3d5882a484fcaec810dc90f4a5e5d.zip
Move template to subfolder of feed
Diffstat (limited to '')
-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
'Necoro' Neumann2-1/+48 2021-02-15Bump github.com/google/uuid from 1.1.4 to 1.2.0dependabot[bot]2-3/+3 2021-02-15Issue #46: Make the resulting email body not to include single \r or \n. This...René 'Necoro' Neumann2-2/+66 2021-01-20Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1dependabot[bot]2-3/+3 2021-01-09Bump github.com/google/uuid from 1.1.2 to 1.1.4dependabot[bot]2-3/+3 2021-01-09Bump github.com/emersion/go-message from 0.14.0 to 0.14.1 (#42)dependabot[bot]2-3/+3 2020-11-28Bump github.com/emersion/go-message from 0.13.0 to 0.14.0 (#38)dependabot[bot]2-3/+9 2020-11-28Bump github.com/google/go-cmp from 0.5.2 to 0.5.4 (#37)dependabot[bot]2-3/+3 2020-11-23Fix release.ymlv0.5.2René 'Necoro' Neumann1-3/+10 2020-11-23Prepare v0.5.2René 'Necoro' Neumann3-3/+8 2020-11-20Bump github.com/gabriel-vasile/mimetype from 1.1.1 to 1.1.2dependabot[bot]2-3/+3 2020-11-04Clean dependabot.ymlRené 'Necoro' Neumann1-4/+0