dao_test.go 153 B

1234567891011
  1. package email
  2. import (
  3. "testing"
  4. . "github.com/smartystreets/goconvey/convey"
  5. )
  6. func Test_Temp(t *testing.T) {
  7. Convey("temp test", t, func() {})
  8. }