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

chore: use reflect.PointerTo() rather than PtrTo() #155

Merged
merged 1 commit into from
Sep 18, 2024
Merged

chore: use reflect.PointerTo() rather than PtrTo() #155

merged 1 commit into from
Sep 18, 2024

Conversation

blgm
Copy link
Member

@blgm blgm commented Sep 13, 2024

reflect.PtrTo() is deprecated and has been replaced by reflect.PointerTo()

reflect.PtrTo() is deprecated and has been replaced by reflect.PointerTo()
@blgm
Copy link
Member Author

blgm commented Sep 13, 2024

This should enable PR #150 to be merged which adds deprecation checking to staticcheck

@blgm blgm requested a review from moleske September 13, 2024 10:54
Copy link
Member

@moleske moleske left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay removing deprecated calls!

@moleske moleske merged commit f1fbc37 into main Sep 18, 2024
7 checks passed
@moleske moleske deleted the ptrto branch September 18, 2024 01:23
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.

2 participants