Hm interesting - so if you just panic(io.EOF) instead of return io.EOF, then it works as expected. Must be the code is recovering the panic somewhere. Thanks for the help
On Thursday, May 27, 2021 at 5:37:38 PM UTC-5 Ian Lance Taylor wrote: > On Thu, May 27, 2021 at 3:33 PM Steven Penny <[email protected]> wrote: > > > > Did you even look at my example? If EOF is not right, then what is? How > do I do what Im trying to do? > > https://play.golang.org/p/JlbEFvmsUum > > Ian > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/2c51bace-db9a-4453-984c-c48171368685n%40googlegroups.com.
