3
0

Move internal/mail to pkg/mail

This commit is contained in:
Denis Arh
2019-10-01 17:51:06 +02:00
parent 82bf6e3617
commit 5e3f3f1342
7 changed files with 4 additions and 4 deletions

View File

@@ -12,9 +12,9 @@ import (
"go.uber.org/zap/zapcore"
gomail "gopkg.in/mail.v2"
"github.com/cortezaproject/corteza-server/internal/mail"
httpClient "github.com/cortezaproject/corteza-server/pkg/http"
"github.com/cortezaproject/corteza-server/pkg/logger"
"github.com/cortezaproject/corteza-server/pkg/mail"
)
type (