minor clean up

This commit is contained in:
ZhengYang 2014-08-21 10:54:21 +08:00
parent 4fe9c4ddcd
commit f2528fcf79
1 changed files with 0 additions and 2 deletions

View File

@ -219,9 +219,7 @@ func generateAppcode(driver, connStr, level, tables, currpath string) {
} }
switch driver { switch driver {
case "mysql": case "mysql":
fmt.Println("MySQL")
case "postgres": case "postgres":
fmt.Println("PostgreSQL")
case "sqlite": case "sqlite":
ColorLog("[ERRO] Generating app code from SQLite database is not supported yet.\n") ColorLog("[ERRO] Generating app code from SQLite database is not supported yet.\n")
os.Exit(2) os.Exit(2)