all: stop using src/ dir, fix example in README
This commit is contained in:
@ -46,7 +46,7 @@ fn main() {
|
|||||||
if ip is netaddr.Ipv4Net || ip is netaddr.Ipv6Net {
|
if ip is netaddr.Ipv4Net || ip is netaddr.Ipv6Net {
|
||||||
panic('${ip} seems to be network, not a single host addresses')
|
panic('${ip} seems to be network, not a single host addresses')
|
||||||
}
|
}
|
||||||
println(addr)
|
println(ip)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user