From 5b22b195cb98176b31ec85600a85ac78435593eb Mon Sep 17 00:00:00 2001 From: ZhengYang Date: Tue, 12 Aug 2014 16:06:04 +0800 Subject: [PATCH] update migration template --- g_migration.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/g_migration.go b/g_migration.go index 3eccff6..26c4f19 100644 --- a/g_migration.go +++ b/g_migration.go @@ -67,8 +67,6 @@ func formatSourceCode(fpath string) { const MIGRATION_TPL = `package main import ( - "time" - "github.com/astaxie/beego/migration" )