()
| 62 | } |
| 63 | |
| 64 | func (k *Kite) Addr() string { |
| 65 | return net.JoinHostPort(k.Config.IP, strconv.Itoa(k.Config.Port)) |
| 66 | } |
| 67 | |
| 68 | // listenAndServe listens on the TCP network address k.URL.Host and then |
| 69 | // calls Serve to handle requests on incoming connectionk. |
no outgoing calls
no test coverage detected