Re: [go-nuts] Breaking an io.Pipe loop

2024-06-17 Thread Robert Engels
Code?On Jun 17, 2024, at 9:46 PM, Salvatore Domenick Desiano wrote:I've got some code that is basically Expect-lite written in Go. I've got a deadlock and I'm hoping someone here can help me untangle it. I posted this yesterday but at the time I thought the Expect part of the code wasn't relevant

[go-nuts] Breaking an io.Pipe loop

2024-06-17 Thread Salvatore Domenick Desiano
I've got some code that is basically Expect -lite written in Go. I've got a deadlock and I'm hoping someone here can help me untangle it. I posted this yesterday but at the time I thought the Expect part of the code wasn't relevant and I left it out. I now