package manage import ( "log" "testing" ) func init() { //todo init connection db operation } func Test_CreateUser(t *testing.T) { log.Println("devUserCreate testing......") }