diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-04 15:30:05 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-05 07:56:13 -0700 |
commit | 8b3b81ef47d8eaa1f95e152943fd10b03b782034 (patch) | |
tree | b4facd8b21cba315de943c7946c67f685ee4900a /meta.go | |
parent | Add RWTransaction.Delete(). (diff) | |
download | dedo-8b3b81ef47d8eaa1f95e152943fd10b03b782034.tar.gz dedo-8b3b81ef47d8eaa1f95e152943fd10b03b782034.tar.xz |
Fix quick tests.
Diffstat (limited to 'meta.go')
-rw-r--r-- | meta.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ package bolt -const magic uint32 = 0xDEADC0DE +const magic uint32 = 0xED0CDAED type meta struct { magic uint32 |