Move utils to subfolder

This commit is contained in:
Ralph Slooten
2022-10-29 10:52:22 +13:00
parent 7a27e09d23
commit ab771cf76c
15 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ import (
"os"
"os/user"
"github.com/axllent/mailpit/logger"
"github.com/axllent/mailpit/utils/logger"
flag "github.com/spf13/pflag"
)