(t *testing.T)
| 20 | log.Println(r) |
| 21 | } |
| 22 | func TestSQL(t *testing.T) { |
| 23 | r := Glogin.SqlQuery("127.0.0.1", "3306", "root", "123123", "mysql", "select * from users limit 10") |
| 24 | log.Println(r) |
| 25 | |
| 26 | } |
nothing calls this directly
no test coverage detected