8 lines
90 B
Go
8 lines
90 B
Go
package sql_driver
|
|
|
|
import "testing"
|
|
|
|
func TestInitTables(t *testing.T) {
|
|
InitTables()
|
|
}
|