mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-22 12:19:22 +08:00
修改包引用
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
"os"
|
||||
|
||||
"log"
|
||||
"github.com/lifei6671/godoc/models"
|
||||
"github.com/lifei6671/mindoc/models"
|
||||
"container/list"
|
||||
"fmt"
|
||||
"github.com/astaxie/beego"
|
||||
|
@@ -3,7 +3,7 @@ package migrate
|
||||
import (
|
||||
"errors"
|
||||
"github.com/astaxie/beego/orm"
|
||||
"github.com/lifei6671/godoc/models"
|
||||
"github.com/lifei6671/mindoc/models"
|
||||
"time"
|
||||
"fmt"
|
||||
"strings"
|
||||
|
Reference in New Issue
Block a user