aboutsummaryrefslogtreecommitdiff
path: root/bolt.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor refactor.Ben Johnson2014-02-281-0/+16
|
* Add bolt.Open().Ben Johnson2014-02-261-0/+15
Per the suggestion of @tv42 and @cespare, this commit adds a package level function to create and initialize a database at a given path. This is a common interface for database packages.