go-gomail / gomail

The best way to send emails in Go.
MIT License
4.33k stars 573 forks source link

Remove unexpected crash #42

Closed ishail closed 8 years ago

ishail commented 8 years ago

return from writeStrings function if length of 1st argument is less than 1.

alexcesaro commented 8 years ago

Thank you, I fixed it. You should use gofmt, to format your code.