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 zeroing interface #384

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Conversation

klauspost
Copy link
Collaborator

@klauspost klauspost commented Jan 22, 2025

Use correct x = nil instead of x = any{} to zero interfaces.

Fixes #383

Use correct `x = nil` instead of `x = any` to zero interfaces.

Fixes tinylib#383
@klauspost klauspost requested a review from philhofer January 22, 2025 11:45
@klauspost klauspost merged commit 3867c34 into tinylib:master Jan 22, 2025
4 checks passed
@klauspost klauspost deleted the fix-zeroing-interfaces branch January 22, 2025 16:11
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.

any fields not cleared correctly
2 participants