mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
chore: gofumpt
This commit is contained in:
parent
df68003f24
commit
148e9d8e1c
3 changed files with 11 additions and 11 deletions
1
part.go
1
part.go
|
@ -152,7 +152,6 @@ func (p *Part) SetDescription(description string) {
|
||||||
p.description = description
|
p.description = description
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// SetIsSMimeSigned sets the flag for signing the Part with S/MIME
|
// SetIsSMimeSigned sets the flag for signing the Part with S/MIME
|
||||||
func (p *Part) SetIsSMimeSigned(smime bool) {
|
func (p *Part) SetIsSMimeSigned(smime bool) {
|
||||||
p.smime = smime
|
p.smime = smime
|
||||||
|
|
3
smime.go
3
smime.go
|
@ -11,8 +11,9 @@ import (
|
||||||
"encoding/pem"
|
"encoding/pem"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"go.mozilla.org/pkcs7"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"go.mozilla.org/pkcs7"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue