Fix format
This commit is contained in:
parent
cf773da9db
commit
d46c3b72b6
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ func (d *DB) IncDownload(path string) error {
|
|||
}
|
||||
|
||||
/* optional parameters: length and start index
|
||||
*
|
||||
*
|
||||
* Returns: list of books, number found and err
|
||||
*/
|
||||
func (d *DB) GetBooks(query bson.M, r ...int) (books []Book, num int, err error) {
|
||||
|
|
Reference in a new issue