Files
go_goutils/netx/consts.go
T
brent saner 58556d7281 v1.16.9
ADDED:
* netx.IsPub
* encodingx/hexx

Rest are mostly small corrections and docs
2026-06-22 18:51:13 -04:00

11 lines
175 B
Go

package netx
import (
`net/netip`
)
var (
ip4In6Legacy netip.Prefix = netip.MustParsePrefix("::/96")
ip4In6Modern netip.Prefix = netip.MustParsePrefix("::ffff:0:0/96")
)