-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
proposal: net/netip: function to split ip range to into cidr networks #53370
Comments
not a go2 proposal looks like https://pkg.go.dev/inet.af/netaddr#IPSet.Prefixes |
As I commented at #53236 (comment):
Can you use netaddr's IPSet? |
OK, you mean there is no need to add such function into net/ip.go? And if we want to use this function, we can just import the third-party package netaddr? right? |
@coopersong yes, that’s the idea. |
OK, got it. Thanks~ |
Sounds like there is nothing to change, so closing. |
Author background
Related proposals
Proposal
Show example code before and after the change.
Costs
The text was updated successfully, but these errors were encountered: