Bump bbolt to v1.3.3

This commit is contained in:
Joe Betz
2019-10-15 13:38:16 -07:00
parent cb3b715de2
commit 1db282bb3e
42 changed files with 576 additions and 225 deletions

View File

@@ -1,5 +1,5 @@
/*
Package bolt implements a low-level key/value store in pure Go. It supports
package bbolt implements a low-level key/value store in pure Go. It supports
fully serializable transactions, ACID semantics, and lock-free MVCC with
multiple readers and a single writer. Bolt can be used for projects that
want a simple data store without the need to add large dependencies such as
@@ -41,4 +41,4 @@ point to different data or can point to invalid memory which will cause a panic.
*/
package bolt
package bbolt