go/src/net/smtp
Mikio Hara 541bf9f8ea net/smtp: don't call testing.T.Fatal{,f} from goroutines not running Test function
Also replaces verbs for error message from %s to %v. In general, low
level IO APIs return an error value containing non-string types and
there's no guarantee that all the types implement fmt.Stringer
interface.

Change-Id: I8a6e2a80d5c721c772a83b9556bac16556eaa771
Reviewed-on: https://go-review.googlesource.com/73931
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-11-01 20:14:15 +00:00
..
auth.go net/smtp: fix PlainAuth to refuse to send passwords to non-TLS servers 2017-10-04 18:02:41 +00:00
example_test.go
smtp.go net/smtp: fix spelling mistake 2017-10-26 16:47:59 +00:00
smtp_test.go net/smtp: don't call testing.T.Fatal{,f} from goroutines not running Test function 2017-11-01 20:14:15 +00:00