From 6ea1c86967dca0f5fc6f2f052de0972bc6894dc5 Mon Sep 17 00:00:00 2001 From: Alexandre Cesaro Date: Sat, 5 Mar 2016 17:44:05 +0100 Subject: [PATCH] Fixed the name of the last example --- example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_test.go b/example_test.go index a4bd1d8..4fca7f6 100644 --- a/example_test.go +++ b/example_test.go @@ -115,7 +115,7 @@ func Example_noAuth() { } // Send an email using the CRAM-MD5 authentication mechanism. -func Example_CRAM_MD5() { +func Example_cRAMMD5() { m := gomail.NewMessage() m.SetHeader("From", "from@example.com") m.SetHeader("To", "to@example.com")