This used to pass in 1.2.1:
$ go test -run TestValidateFormat
--- FAIL: TestValidateFormat (0.00s)
checkmail_test.go:94: " [email protected]" => expected error
checkmail_test.go:94: "[email protected] " => expected error
checkmail_test.go:94: " [email protected]" => expected error
FAIL
FAIL github.com/badoux/checkmail 0.003s
FAIL