all: stop using src/ dir, fix example in README

This commit is contained in:
ge
2025-04-22 19:02:58 +03:00
parent 6e26d24a42
commit f35554437d
9 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ fn main() {
if ip is netaddr.Ipv4Net || ip is netaddr.Ipv6Net {
panic('${ip} seems to be network, not a single host addresses')
}
println(addr)
println(ip)
}
```

View File

View File