From 07bcce359a13a00a1596a27ec596a9852fab1339 Mon Sep 17 00:00:00 2001 From: ZhengYang Date: Wed, 13 Aug 2014 14:13:07 +0800 Subject: [PATCH] generate everything by default --- g.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g.go b/g.go index c1dc8df..5117f4a 100644 --- a/g.go +++ b/g.go @@ -110,7 +110,7 @@ func generateCode(cmd *Command, args []string) { conn = "root:@tcp(127.0.0.1:3306)/test" } if level == "" { - level = "1" + level = "3" } ColorLog("[INFO] Using '%s' as 'driver'\n", driver) ColorLog("[INFO] Using '%s' as 'conn'\n", conn)