Searched defs:hasPort (Results 1 – 3 of 3) sorted by relevance
50 func hasPort(s string) bool { return strings.LastIndex(s, ":") > strings.LastIndex(s, "]") } func
294 func hasPort(s string) bool { return strings.LastIndex(s, ":") > strings.LastIndex(s, "]") } func
322 func hasPort(host string) bool { func