diff --git a/bucket.go b/bucket.go index ada05e3b7..fc8f91a24 100644 --- a/bucket.go +++ b/bucket.go @@ -299,6 +299,8 @@ func (b *Bucket) Put(key []byte, value []byte) error { return ErrIncompatibleValue } + // gofail: var beforeBucketPut struct{} + // Insert into node. // Tip: Use a new variable `newKey` instead of reusing the existing `key` to prevent // it from being marked as leaking, and accordingly cannot be allocated on stack.