Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/vendor/go4.org/netipx
iwilltry42 cc3fe91265
change (breaking/module): switch from netaddr.af to netipx + netip
1 year ago
..
.gitignore change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago
.gitmodules change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago
AUTHORS change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago
LICENSE change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago
README.md change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago
ipset.go change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago
mask6.go change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago
netipx.go change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago
uint128.go change (breaking/module): switch from netaddr.af to netipx + netip 1 year ago

README.md

netipx Test Status Go Reference

What

This is a package containing the bits of the old inet.af/netaddr package that didn't make it into Go 1.18's net/netip standard library package.

As background, see:

This package requires Go 1.18+ to use and complements the net/netip.

FAQ

Why's it no longer under inet.af? Since that joke started, that TLD is now under control of the Taliban. (Yes, we should've known better. We'd even previously scolded people for relying on questionable ccTLDs. Whoops.)

Will this stuff make it into the standard library? Maybe. We'll see.