diff options
author | Robin Jarry <robin@jarry.cc> | 2024-02-13 22:44:25 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-02-14 23:04:38 +0100 |
commit | 8edf7b0e4d386e5b4b4f052c88a781e40b1f1d30 (patch) | |
tree | 21db1c37692f8210f0b440c4c8e73604bf58d2bf /config/templates.go | |
parent | 3aa8b6308482d2e3feea0fecb065190cf05c2468 (diff) | |
download | aerc-8edf7b0e4d386e5b4b4f052c88a781e40b1f1d30.tar.gz |
log: move package to lib
This has nothing to do at the root of the source tree.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'config/templates.go')
-rw-r--r-- | config/templates.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/templates.go b/config/templates.go index 61c411fb..edcd3abb 100644 --- a/config/templates.go +++ b/config/templates.go @@ -4,8 +4,8 @@ import ( "path" "time" + "git.sr.ht/~rjarry/aerc/lib/log" "git.sr.ht/~rjarry/aerc/lib/templates" - "git.sr.ht/~rjarry/aerc/log" "git.sr.ht/~rjarry/aerc/models" "github.com/emersion/go-message/mail" "github.com/go-ini/ini" |