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