diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-31 09:27:18 -0800 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-31 09:27:18 -0800 |
commit | b17d078d4f2de023016d7130a8620efa2b03eda1 (patch) | |
tree | b270b94589bab6b3e39f07886d30b52427b6b23d /bucket.go | |
parent | Merge pull request #3 from benbjohnson/spill (diff) | |
parent | Clean up API. (diff) | |
download | dedo-b17d078d4f2de023016d7130a8620efa2b03eda1.tar.gz dedo-b17d078d4f2de023016d7130a8620efa2b03eda1.tar.xz |
Merge pull request #4 from benbjohnson/api
Clean up API.
Diffstat (limited to 'bucket.go')
-rw-r--r-- | bucket.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,5 @@ package bolt -const MaxBucketNameSize = 255 - type Bucket struct { *bucket name string |