mgo package changed to 'gopkg.in/mgo.v2/bson'

This commit is contained in:
life
2014-09-02 15:45:44 +08:00
parent 1d8be4c012
commit 7cbd38e8bf
38 changed files with 39 additions and 40 deletions

View File

@ -4,7 +4,7 @@ import (
"github.com/leanote/leanote/app/info"
"github.com/leanote/leanote/app/db"
// . "github.com/leanote/leanote/app/lea"
"labix.org/v2/mgo/bson"
"gopkg.in/mgo.v2/bson"
// "time"
// "sort"
)