diff --git a/doc_test.go b/doc_test.go index 8a71f11..dbf3604 100644 --- a/doc_test.go +++ b/doc_test.go @@ -7,10 +7,11 @@ package mail_test import ( "context" "fmt" - "github.com/wneessen/go-mail" "os" "text/template" "time" + + "github.com/wneessen/go-mail" ) // Code example for the NewClient method