1
私がどうなる古典的なMongoDBのクエリで
.sort("_id":-1)
のMgOでそれを行うにはどのように?
err := C.Find(bson.M{"Receiver": userId}).Sort("_id":-1).All(&result)
が
よろしくと感謝