updated error comment

This commit is contained in:
Gani Georgiev
2025-05-04 20:56:40 +03:00
parent e80d64414b
commit fbc378067d
3 changed files with 3298 additions and 3299 deletions

View File

@@ -699,6 +699,8 @@ func (b *Bucket) Delete(ctx context.Context, key string) (err error) {
}
// Close releases any resources used for the bucket.
//
// @todo Consider removing it.
func (b *Bucket) Close() error {
b.mu.Lock()
prev := b.closed