mirror of
https://github.com/go-i2p/go-i2p-bt.git
synced 2025-07-14 04:44:47 -04:00
Add hypothetical patches
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user