codecs icon indicating copy to clipboard operation
codecs copied to clipboard

Can not use "labix.org/v2/mgo/bson"

Open syo-sa1982 opened this issue 9 years ago • 0 comments

I can used package is "gopkg.in/mgo.v2/bson"

https://github.com/stretchr/codecs/blob/master/bson/bson_codec.go#L5

import (
    "github.com/stretchr/codecs/constants"
    "labix.org/v2/mgo/bson"
)

import (
    "github.com/stretchr/codecs/constants"
    "gopkg.in/mgo.v2/bson"
)

syo-sa1982 avatar Mar 26 '16 05:03 syo-sa1982