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