IP returns the net.IP representation of a seesaw IP address.
()
| 245 | |
| 246 | // IP returns the net.IP representation of a seesaw IP address. |
| 247 | func (ip IP) IP() net.IP { |
| 248 | return net.IP(ip[:]) |
| 249 | } |
| 250 | |
| 251 | // AF returns the address family of a seesaw IP address. |
| 252 | func (ip IP) AF() AF { |
no outgoing calls