Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: drop ReadFullAt #104

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

smira
Copy link
Member

@smira smira commented Aug 21, 2024

It was never needed, as ReadAt is guaranteed to return an error on incomplete read.

Ref: https://pkg.go.dev/io#ReaderAt

It was never needed, as `ReadAt` is guaranteed to return an error on
incomplete read.

Ref: https://pkg.go.dev/io#ReaderAt

Signed-off-by: Andrey Smirnov <[email protected]>
@smira
Copy link
Member Author

smira commented Aug 21, 2024

/m

@talos-bot talos-bot merged commit bc73f6d into siderolabs:v2 Aug 21, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants