
Use [net.SplitHostPort](https://godoc.org/net#SplitHostPort) instead of strings.Split. This is the more correct way to split the host and port as well as working with IPv6.
Use [net.SplitHostPort](https://godoc.org/net#SplitHostPort) instead of strings.Split. This is the more correct way to split the host and port as well as working with IPv6.