go-common/app/tool/ci/lib/mail/sendmail_test.go
2019-04-22 18:49:16 +08:00

13 lines
156 B
Go

package sendmail
import (
. "github.com/smartystreets/goconvey/convey"
"testing"
)
func TestSendMail(t *testing.T) {
Convey("TODO", t, func() {
})
}