mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Make golangci-lint gofumpt happy
This commit is contained in:
parent
94ad8af58a
commit
321b512c95
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue