Make golangci-lint gofumpt happy

This commit is contained in:
Winni Neessen 2022-10-17 18:13:28 +02:00
parent 94ad8af58a
commit 321b512c95
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -7,10 +7,11 @@ package mail_test
import ( import (
"context" "context"
"fmt" "fmt"
"github.com/wneessen/go-mail"
"os" "os"
"text/template" "text/template"
"time" "time"
"github.com/wneessen/go-mail"
) )
// Code example for the NewClient method // Code example for the NewClient method