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

start using new go/* APIs, run modernize -fix #918

Merged
merged 3 commits into from
Feb 22, 2025

Conversation

mvdan
Copy link
Member

@mvdan mvdan commented Feb 22, 2025

(see commit messages - please do not squash)

Guaranteed to return a *types.Signature, so no need to type assert.
Thanks to being able to use range-over-func, some control flow
in our code gets simplified.
@mvdan mvdan requested review from lu4p and pagran February 22, 2025 14:27
Except on reflect_abi_code.go, as that needs to be compatible
with older versions of Go given that we inject its code.
@mvdan mvdan merged commit cb83c50 into burrowers:master Feb 22, 2025
7 checks passed
@mvdan mvdan deleted the go1.23-tweaks branch March 6, 2025 21:44
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.

None yet

2 participants