From 573ce1982da2e754947453fdaf0d50204873acb4 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sat, 25 Apr 2020 17:00:57 +0200 Subject: Larger restructuring --- internal/imap/connection.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/imap/connection.go') diff --git a/internal/imap/connection.go b/internal/imap/connection.go index 358445b..4d209a9 100644 --- a/internal/imap/connection.go +++ b/internal/imap/connection.go @@ -8,8 +8,8 @@ import ( "github.com/emersion/go-imap" imapClient "github.com/emersion/go-imap/client" - "github.com/Necoro/feed2imap-go/internal/log" - "github.com/Necoro/feed2imap-go/internal/util" + "github.com/Necoro/feed2imap-go/pkg/log" + "github.com/Necoro/feed2imap-go/pkg/util" ) type connection struct { -- cgit v1.2.3-70-g09d2