ADDED:
* netx.IsPub
* encodingx/hexx

Rest are mostly small corrections and docs
This commit is contained in:
brent saner
2026-06-22 18:51:13 -04:00
parent c6fc692f5e
commit 58556d7281
35 changed files with 5492 additions and 2486 deletions
+10
View File
@@ -0,0 +1,10 @@
package netx
import (
`net/netip`
)
var (
ip4In6Legacy netip.Prefix = netip.MustParsePrefix("::/96")
ip4In6Modern netip.Prefix = netip.MustParsePrefix("::ffff:0:0/96")
)