mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-12 17:02:55 +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 (
|
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
|
||||||
|
|
Loading…
Reference in a new issue