Commit 679337f4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 691c016d
......@@ -79,7 +79,7 @@ func (b *bucketWrap) withBucket(ctx context.Context, f func()) error {
func (b *bucketWrap) Get(ctx context.Context, key int64) (v interface{}, ok bool, err error) {
err = b.withBucket(ctx, func() {
v, ok = b.bucket().get(key) // XXX -> Get
v, ok = b.bucket().get(key) // TODO -> Get
})
return
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment