mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-20 10:48:00 +08:00
chore!(all): update go import path
BREAKING CHANGE: use github.com/mindoc-org/mindoc as import path
This commit is contained in:
@@ -18,10 +18,11 @@ import (
|
||||
|
||||
"container/list"
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
"github.com/astaxie/beego/orm"
|
||||
"github.com/lifei6671/mindoc/models"
|
||||
"log"
|
||||
"github.com/mindoc-org/mindoc/models"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user