package sqlite import ( "log" "testing" ) func Test_All(t *testing.T) { log.Println("Test_All") Test() }