[go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread brainman
This is what my system prints: ``` C:\dev\go\src>go version go version devel +69313ee Thu Nov 17 19:44:05 2016 +1100 windows/386 C:\dev\go\src>echo "AAA" "AAA" C:\dev\go\src> ``` Alex -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To

Re: [go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread Jérôme LAFORGE
Thx all for the support. Le 5 déc. 2016 7:45 PM, "Björn Graf" a écrit : > On Mon, Dec 5, 2016 at 5:53 PM, Russ Cox wrote: > > > > [+golang-nuts, bcc golang-dev, per golang.org/wiki/Questions] > > > > On Mon, Dec 5, 2016 at 10:24 AM,

Re: [go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread Björn Graf
On Mon, Dec 5, 2016 at 5:53 PM, Russ Cox wrote: > > [+golang-nuts, bcc golang-dev, per golang.org/wiki/Questions] > > On Mon, Dec 5, 2016 at 10:24 AM, wrote: >> >> Hello, >> I just notice that go version is inconsistency on Linux and Windows. >> I have

[go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread Russ Cox
[+golang-nuts, bcc golang-dev, per golang.org/wiki/Questions] On Mon, Dec 5, 2016 at 10:24 AM, wrote: > Hello, > I just notice that go version is inconsistency on Linux and Windows. > I have unexpected return carriage on Windows (not on Linux). > I don't know whether