We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a few places that use net.IP type. Consider using netip.Addr available since Go 1.18 to require less allocations.
net.IP
The text was updated successfully, but these errors were encountered:
transport: replace net.IP with netip.Addr
a93c76b
Fixes #274
f7f0850
Successfully merging a pull request may close this issue.
There are a few places that use
net.IP
type. Consider using netip.Addr available since Go 1.18 to require less allocations.The text was updated successfully, but these errors were encountered: