diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:43:59 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:43:59 +0200 |
commit | c43c6d168053d9c9abb2999457b625e32ab1c7b2 (patch) | |
tree | 42e99f5118baea9e34f39b91440eb4898da0bc26 /src/email/email.go | |
parent | 38230599d68ae097e886222f5c2384fe6dd9b5bc (diff) |
Run go fmt
Diffstat (limited to 'src/email/email.go')
-rw-r--r-- | src/email/email.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/email/email.go b/src/email/email.go index a1f7f0b..16a4813 100644 --- a/src/email/email.go +++ b/src/email/email.go @@ -4,10 +4,10 @@ package email import ( "crypto/tls" + "errors" "fmt" - "math/rand/v2" "log" - "errors" + "math/rand/v2" "net/smtp" "strconv" "time" |