diff --git a/apiapp.go b/apiapp.go index 9764e07..1b5263d 100644 --- a/apiapp.go +++ b/apiapp.go @@ -584,7 +584,7 @@ func createapi(cmd *Command, args []string) int { ) ColorLog("[INFO] Using '%s' as 'driver'\n", driver) ColorLog("[INFO] Using '%s' as 'conn'\n", conn) - ColorLog("[INFO] Using '%s' as 'tables'", tables) + ColorLog("[INFO] Using '%s' as 'tables'\n", tables) generateAppcode(string(driver), string(conn), "3", string(tables), path.Join(curpath, args[0])) } else { os.Mkdir(path.Join(apppath, "models"), 0755)