Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix zeroing interface#384

Merged
klauspost merged 1 commit intotinylib:masterfrom
klauspost:fix-zeroing-interfaces
Jan 22, 2025
Merged

Fix zeroing interface#384
klauspost merged 1 commit intotinylib:masterfrom
klauspost:fix-zeroing-interfaces

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