sqlite_test.go 111 B

1234567891011
  1. package sqlite
  2. import (
  3. "log"
  4. "testing"
  5. )
  6. func Test_All(t *testing.T) {
  7. log.Println("Test_All")
  8. Test()
  9. }