Fix format

This commit is contained in:
Las Zenow 2013-04-01 14:04:43 +02:00
parent cf773da9db
commit d46c3b72b6

View file

@ -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) {