Lines Matching full:errc
654 errc := make(chan error, 2)658 errc <- tlsHandshakeTimeoutError{}666 errc <- err668 if err := <-errc; err != nil {