Add hypothetical patches

This commit is contained in:
idk
2022-01-13 16:07:53 -05:00
parent 3c2817b87d
commit 3c40f43f64

View File

@ -43,7 +43,7 @@ const (
)
// CompactIP is used to handle the compact ipv4 or ipv6.
type CompactIP net.Addr
type CompactIP net.IP
func (ci CompactIP) String() string {
return net.IP(ci).String()