good morning!!!!

Skip to content
Snippets Groups Projects
Commit bf991aaa authored by Carlos Nieto's avatar Carlos Nieto
Browse files

Fixing return values for Collection.Find.

parent 96341ed3
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ Use the `Collection.Find` method to search for the recently appended item and
create a result set.
```
res, err = birthdayCollection.Find(db.Cond{"id": id})
res = birthdayCollection.Find(db.Cond{"id": id})
```
### Fetch an item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment