1
0
Fork 0
forked from External/ergo

apply go1.19 gofmt

This commit is contained in:
Shivaram Lingamneni 2022-08-03 00:54:50 -04:00
parent 096c12fb52
commit 5b72cd8622
4 changed files with 16 additions and 10 deletions

View file

@ -4,15 +4,17 @@
// Package smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321.
// It also implements the following extensions:
//
// 8BITMIME RFC 1652
// AUTH RFC 2554
// STARTTLS RFC 3207
//
// Additional extensions may be handled by clients.
//
// The smtp package is frozen and is not accepting new features.
// Some external packages provide more functionality. See:
//
// https://godoc.org/?q=smtp
// https://godoc.org/?q=smtp
package smtp
import (