Minor: comment reformat.
This commit is contained in:
parent
a43518b976
commit
1c3aaad174
|
@ -54,8 +54,7 @@ func NewClient(options Options) (c *Client, err error) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Pass JID to be able to add default address based on JID, if
|
// TODO Pass JID to be able to add default address based on JID, if addr is empty
|
||||||
// addr is empty
|
|
||||||
func checkAddress(addr string) (string, error) {
|
func checkAddress(addr string) (string, error) {
|
||||||
var err error
|
var err error
|
||||||
hostport := strings.Split(addr, ":")
|
hostport := strings.Split(addr, ":")
|
||||||
|
|
Loading…
Reference in a new issue