Do not use following, it will cause problem on IPv6. ``` gwAddr = fmt.Sprintf("%s:%s", gwIP, port) ``` use `net.JoinHostPort`
Do not use following, it will cause problem on IPv6.
use
net.JoinHostPort