check email

This commit is contained in:
geek 2017-08-30 12:22:37 +09:00
parent cf7fc2de04
commit 01ffc130b4
3 changed files with 22 additions and 1 deletions

View File

@ -32,6 +32,6 @@ func CheckEmail(sctx *server.ServerContext, ctx *fasthttp.RequestCtx) {
fmt.Fprintf(ctx, "Error!!!!: %s\n", err)
}
fmt.Fprintf(ctx, "Email Check!!!!: %s\n", r)
}

View File

@ -0,0 +1,7 @@
package member
//import "testing"
//
//func TestCheckEncodeKey(t *testing.T) {
// t.Log(CheckEncodeKey("dZQgXM1o/Cx48X8DM 6ec/oPfqA2l/LdWtijOZ2EnWk="))
//}

View File

@ -0,0 +1,14 @@
package member
import (
"testing"
)
func setup() {
}
func TestSignUp(t *testing.T) {
}