From 54c3a5b51e12a8d4b26f6430369cfd63edb7eda6 Mon Sep 17 00:00:00 2001 From: Santiago De la Cruz <51337247+xhit@users.noreply.github.com> Date: Mon, 15 Feb 2021 15:17:42 -0400 Subject: [PATCH] fmt smtp.go --- smtp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtp.go b/smtp.go index e9a38bb..b2187f3 100644 --- a/smtp.go +++ b/smtp.go @@ -8,7 +8,7 @@ // SMTPUTF8 RFC 6531 // AUTH RFC 2554 // STARTTLS RFC 3207 -// SIZE RFC 1870 +// SIZE RFC 1870 // Additional extensions may be handled by clients using smtp.go in golang source code or pull request Go Simple Mail // smtp.go file is a modification of smtp golang package what is frozen and is not accepting new features.