It looks like Golang changed the behavior of the net.IP type with the latest
redesign, so that the address family cannot be determined anymore by looking
at the length of the underlying byte slice. Adding two more tests to notice
any regressions early in the future.
It looks like Golang changed the behavior of the net.IP type with the latest redesign, so that the address family cannot be determined anymore by looking at the length of the underlying byte slice. Adding two more tests to notice any regressions early in the future.