mgo package changed to 'gopkg.in/mgo.v2/bson'
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"labix.org/v2/mgo/bson"
|
||||
"gopkg.in/mgo.v2/bson"
|
||||
"github.com/leanote/leanote/app/db"
|
||||
"github.com/leanote/leanote/app/info"
|
||||
)
|
||||
|
Reference in New Issue
Block a user