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
See https://pkg.go.dev/net/netip, a much better implementation of IP addressing in Go. It's built on top of a "uint128" type (2 uint64s).
Update: maybe netip users can use https://github.com/gaissmai/bart instead... feel free to close
netip
The text was updated successfully, but these errors were encountered:
It's been hung up in #46 a while
Sorry, something went wrong.
Dupe
No branches or pull requests
See https://pkg.go.dev/net/netip, a much better implementation of IP addressing in Go. It's built on top of a "uint128" type (2 uint64s).
Update: maybe
netip
users can use https://github.com/gaissmai/bart instead... feel free to closeThe text was updated successfully, but these errors were encountered: