diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-05 21:50:15 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-05 21:50:15 -0700 |
commit | 4820312de29f446152fce216c17a696576e89d78 (patch) | |
tree | 31e748c7f977071af779aaa42a80ff728b495da6 /meta.go | |
parent | Add pre-alpha badge. (diff) | |
parent | Fix quick tests. (diff) | |
download | dedo-4820312de29f446152fce216c17a696576e89d78.tar.gz dedo-4820312de29f446152fce216c17a696576e89d78.tar.xz |
Merge pull request #7 from benbjohnson/delete
RWTransaction.Delete()
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 |