Re: [go-nuts] Windows vs Linux ReadString

2019-07-20 Thread Michael Jones
show some code. On Sat, Jul 20, 2019 at 6:15 PM Allan Edwards wrote: > Wow, thanks for responding guys. So I ran my exe on linux without goland > and bam the readstring blocked as needed. For some reason the ReadString > call is not blocking inside of goland. It seems like a great IDE but I

Re: [go-nuts] Windows vs Linux ReadString

2019-07-20 Thread Allan Edwards
Wow, thanks for responding guys. So I ran my exe on linux without goland and bam the readstring blocked as needed. For some reason the ReadString call is not blocking inside of goland. It seems like a great IDE but I found a weird bug. On the Windows side the ReadString blocks inside of go

Re: [go-nuts] Windows vs Linux ReadString

2019-07-20 Thread Ian Lance Taylor
On Sat, Jul 20, 2019 at 1:48 PM wrote: > > I started a go project on windows that leveraged readstring to read command > line input. It blocked on Windows. I just ran my code on Linux and the > readstring does not block at all. Can someone explain this to me? We will be able to help you bett

[go-nuts] Windows vs Linux ReadString

2019-07-20 Thread wallanedwards
Guys I started a go project on windows that leveraged readstring to read command line input. It blocked on Windows. I just ran my code on Linux and the readstring does not block at all. Can someone explain this to me? Thanks in advance, Allan -- You received this message because you ar