Skip to content

Conversation

harryzcy
Copy link

@harryzcy harryzcy commented Apr 14, 2023

Fixes #464

The Bucket(name []byte) has the comment that Returns nil if the bucket does not exist, which is not correct. Inside the function, it is commented that Otherwise create a bucket and cache it. as the last step. So a new bucket would be created if doesn't exist.

Edit: seems incorrect

@harryzcy harryzcy marked this pull request as draft April 14, 2023 17:20
@harryzcy harryzcy closed this Apr 14, 2023
@harryzcy harryzcy deleted the issue-464 branch April 14, 2023 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Calling tx.Bucket(name) creates a new bucket if doesn't exist

1 participant