good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7c9ef33c authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Adding import path check.

parent 759f6d69
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
// var people []Person
// res = col.Find(db.Cond{"name": "Max"}).Limit(2).Sort("-input")
// err = res.All(&people)
package db
package db // import "upper.io/db"
// Cond is a map used to define conditions passed to `db.Collection.Find()` and
// `db.Result.Where()`.
......
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