You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new netip package is definitely a HUGE step forward (we have been using it predecessor for quite a while)... unfortunately its slightly incompatible with its earlier revision (https://pkg.go.dev/inet.af/netaddr). So moving to netip would mean loosing compatibility with go 1.17 and earlier.
and some IDEs are still a bit shaky in terms of the new Go 1.18 features (generics!)
https://pkg.go.dev/net/netip
Go 1.18 introduces a new IP address format, that among other things, reduces memory usage (background.)
Are there plans to support 1.18 and adopt netip?
The text was updated successfully, but these errors were encountered: