new
This commit is contained in:
xiexiaojun
2019-05-14 21:19:00 +08:00
parent 6511a0be74
commit 3acd87d714
4 changed files with 7 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ func Execute() {
rows.Scan(&table)
tables = append(tables, table)
}
fmt.Println(tables)
}