remove some commented out code
This commit is contained in:
parent
f721b32e01
commit
b4b18680a8
4
query.go
4
query.go
@ -49,10 +49,6 @@ func populate(r Reference, rcoll string, rawDoc interface{}, d string, src inter
|
|||||||
type bsonWhat struct {
|
type bsonWhat struct {
|
||||||
What string
|
What string
|
||||||
}
|
}
|
||||||
/*switch cl.Kind() {
|
|
||||||
case reflect.Struct:
|
|
||||||
|
|
||||||
}*/
|
|
||||||
var w bsonWhat
|
var w bsonWhat
|
||||||
switch rawDoc.(type) {
|
switch rawDoc.(type) {
|
||||||
case bson.A:
|
case bson.A:
|
||||||
|
Loading…
Reference in New Issue
Block a user