1
0
mirror of https://github.com/beego/bee.git synced 2024-11-22 05:00:54 +00:00

update migration template

This commit is contained in:
ZhengYang 2014-08-12 16:06:04 +08:00
parent 9a728714aa
commit 5b22b195cb

View File

@ -67,8 +67,6 @@ func formatSourceCode(fpath string) {
const MIGRATION_TPL = `package main
import (
"time"
"github.com/astaxie/beego/migration"
)