aboutsummaryrefslogtreecommitdiff
path: root/errors.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ErrFreelistOverflow error.Ben Johnson2014-07-101-4/+0
|
* Add DefaultOptions variable.Ben Johnson2014-06-221-0/+70
This commit adds an explicit DefaultOptions variable for additional documentation. Open() can still be passed a nil options which will cause options to be change to the DefaultOptions variable. This change also allows options to be set globally for an application if more than one database is being opened in a process. This commit also moves all errors to errors.go so that the godoc groups them together.