1
0
mirror of https://github.com/beego/bee.git synced 2025-07-10 06:20:19 +00:00

Using beego/beego

This commit is contained in:
Ming Deng
2020-12-14 00:44:48 +08:00
parent bc846b254e
commit 9d68c302bd
21 changed files with 43 additions and 540 deletions

View File

@ -238,7 +238,7 @@ func GenerateMigration(mname, upsql, downsql, curpath string) {
const (
MigrationHeader = `package main
import (
"github.com/astaxie/beego/client/orm/migration"
"github.com/beego/beego/client/orm/migration"
)
// DO NOT MODIFY