You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile, I get the following errors. I tried with given sample net/http main.go
undefined: bson in bson.Marshal
undefined: codec in codec.MsgpackHandle
undefined: bson in bson.Unmarshal
undefined: codec in codec.NewEncoder
undefined: codec in codec.NewDecoder
undefined: unmarshal
I tried this on go1.5 darwin/amd64
The text was updated successfully, but these errors were encountered:
When I compile, I get the following errors. I tried with given sample net/http main.go
undefined: bson in bson.Marshal
undefined: codec in codec.MsgpackHandle
undefined: bson in bson.Unmarshal
undefined: codec in codec.NewEncoder
undefined: codec in codec.NewDecoder
undefined: unmarshal
I tried this on go1.5 darwin/amd64
The text was updated successfully, but these errors were encountered: