修改包引用

This commit is contained in:
Minho
2017-06-14 09:23:29 +08:00
parent cb5ab5a249
commit 9223966ed8
33 changed files with 66 additions and 66 deletions

View File

@@ -8,8 +8,8 @@ import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/orm"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/godoc/utils"
"github.com/lifei6671/mindoc/conf"
"github.com/lifei6671/mindoc/utils"
"strings"
)

View File

@@ -2,7 +2,7 @@ package models
import (
"github.com/astaxie/beego/orm"
"github.com/lifei6671/godoc/utils"
"github.com/lifei6671/mindoc/utils"
"strings"
)

View File

@@ -4,7 +4,7 @@ import (
"time"
"github.com/astaxie/beego/orm"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
"github.com/astaxie/beego/logs"
"strings"
"github.com/astaxie/beego"

View File

@@ -5,7 +5,7 @@ import (
"github.com/astaxie/beego/orm"
"github.com/astaxie/beego/logs"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
)
type BookResult struct {

View File

@@ -2,7 +2,7 @@ package models
import (
"time"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
"github.com/astaxie/beego/orm"
"errors"
)

View File

@@ -2,7 +2,7 @@ package models
import (
"time"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
"github.com/astaxie/beego/orm"
)

View File

@@ -7,7 +7,7 @@ import (
"fmt"
"github.com/astaxie/beego"
"github.com/astaxie/beego/orm"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
)
// Document struct.

View File

@@ -4,7 +4,7 @@ import (
"time"
"github.com/astaxie/beego/orm"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
)
type DocumentHistory struct {

View File

@@ -2,7 +2,7 @@ package models
import (
"time"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
"sync/atomic"
"github.com/astaxie/beego/orm"
"errors"

View File

@@ -13,8 +13,8 @@ import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
"github.com/astaxie/beego/orm"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/godoc/utils"
"github.com/lifei6671/mindoc/conf"
"github.com/lifei6671/mindoc/utils"
)
type Member struct {

View File

@@ -3,7 +3,7 @@ package models
import (
"time"
"github.com/astaxie/beego/orm"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
)
type MemberRelationshipResult struct {

View File

@@ -2,7 +2,7 @@ package models
import (
"time"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
"github.com/astaxie/beego/orm"
)

View File

@@ -2,7 +2,7 @@ package models
import (
"time"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
"github.com/astaxie/beego/orm"
)

View File

@@ -2,7 +2,7 @@ package models
import (
"github.com/astaxie/beego/orm"
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
)

View File

@@ -1,7 +1,7 @@
package models
import (
"github.com/lifei6671/godoc/conf"
"github.com/lifei6671/mindoc/conf"
"github.com/astaxie/beego/orm"
"errors"
"github.com/astaxie/beego/logs"