$ go test -run TestValidateFormat
--- FAIL: TestValidateFormat (0.00s)
checkmail_test.go:94: " florian@carrere.cc" => expected error
checkmail_test.go:94: "florian@carrere.cc " => expected error
checkmail_test.go:94: " test@gmail.com" => expected error
FAIL
FAIL github.com/badoux/checkmail 0.003s
FAIL