Clean up tests to use `if want, got := X, Y; want != got {`.
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 9 Jun 2020 02:54:53 +0000 (22:54 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 9 Jun 2020 02:54:53 +0000 (22:54 -0400)
commit0e82190a469888c14b9c44e8e912fbf8cc602669
treeff211964632573ddcf4254fb4134721a4c3a28f4
parentfa7753bb9e2a01cfb5088d77ae4f9e89f10642dd
Clean up tests to use `if want, got := X, Y; want != got {`.

This reduces a lot of duplictaive expressions in tests.
pop3/conn_test.go
pop3_test.go
smtp/conn_test.go
smtp/relay_test.go