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

@ -3,7 +3,7 @@ package controllers
import (
"github.com/revel/revel"
// "encoding/json"
// "labix.org/v2/mgo/bson"
// "gopkg.in/mgo.v2/bson"
// . "github.com/leanote/leanote/app/lea"
"github.com/leanote/leanote/app/info"
// "github.com/leanote/leanote/app/types"