sendmail_test.go 156 B

123456789101112
  1. package sendmail
  2. import (
  3. . "github.com/smartystreets/goconvey/convey"
  4. "testing"
  5. )
  6. func TestSendMail(t *testing.T) {
  7. Convey("TODO", t, func() {
  8. })
  9. }