...

Text file src/go4.org/netipx/README.md

Documentation: go4.org/netipx

     1# netipx [![Test Status](https://github.com/go4org/netipx/workflows/Linux/badge.svg)](https://github.com/go4org/netipx/actions) [![Go Reference](https://pkg.go.dev/badge/go4.org/netipx.svg)](https://pkg.go.dev/go4.org/netipx)
     2
     3## What
     4
     5This is a package containing the bits of the old `inet.af/netaddr` package that didn't make it
     6into Go 1.18's `net/netip` standard library package.
     7
     8As background, see:
     9
    10* https://github.com/inetaf/netaddr/ (now deprecated)
    11* https://tailscale.com/blog/netaddr-new-ip-type-for-go/ - blog post about why the package came to be originally
    12* https://go.dev/doc/go1.18#netip - Go 1.18 release notes
    13
    14This package requires Go 1.18+ to use and complements the `net/netip`.
    15
    16## FAQ
    17
    18**Why's it no longer under `inet.af`?** Since that joke started, that
    19TLD is now under control of the Taliban. (Yes, we should've known
    20better.  We'd even previously scolded people for relying on
    21questionable ccTLDs. Whoops.)
    22
    23**Will this stuff make it into the standard library?** [Maybe](https://github.com/golang/go/issues/53236).
    24We'll see.
    25
    26

View as plain text