| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove ErrFreelistOverflow error. | Ben Johnson | 2014-07-10 | 1 | -4/+0 |
| | | |||||
| * | Add DefaultOptions variable. | Ben Johnson | 2014-06-22 | 1 | -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. | |||||
