user_test.go 182 B

12345678910111213
  1. package manage
  2. import (
  3. "log"
  4. "testing"
  5. )
  6. func init() {
  7. //todo init connection db operation
  8. }
  9. func Test_CreateUser(t *testing.T) {
  10. log.Println("devUserCreate testing......")
  11. }