Re: [go-nuts] a bug about go language

2017-10-26 Thread Kevin Powick
On Thursday, 26 October 2017 09:18:07 UTC-4, 28911...@gmail.com wrote: > > I try to do tis:go run chapter11.2.go 127.0.0.1 and the program runs > sucessfully.Thank you so much.But I don't know why. Other program don't > nedd to add 127.0.0,1,.What's the principle of it? > The program you are ru

Re: [go-nuts] a bug about go language

2017-10-26 Thread 2891132love
在 2017年10月25日星期三 UTC+8上午2:35:52,Justin Israel写道: > > > > On Wed, Oct 25, 2017, 2:56 AM Ian Lance Taylor > wrote: > >> On Tue, Oct 24, 2017 at 5:18 AM, <28911...@gmail.com > >> wrote: >> > >> > So how to modify it? I don't know clearly.Would you mind helping ,me to >> > solve this problem? >> >

Re: [go-nuts] a bug about go language

2017-10-26 Thread 2891132love
I try to do this: go run chapter11.2.go 127.0.0.1 and the program runs successfullly.Thank you so much.But I don't know why.Other prgrams don't need to add 127.0.0.1,what"s the principle? 在 2017年10月24日星期二 UTC+8下午9:57:03,Ian Lance Taylor写道: > > On Tue, Oct 24, 2017 at 5:18 AM, <28911...@gmail.com

Re: [go-nuts] a bug about go language

2017-10-26 Thread 2891132love
I try to do tis:go run chapter11.2.go 127.0.0.1 and the program runs sucessfully.Thank you so much.But I don't know why. Other program don't nedd to add 127.0.0,1,.What's the principle of it? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To u

Re: [go-nuts] a bug about go language

2017-10-24 Thread Justin Israel
On Wed, Oct 25, 2017, 2:56 AM Ian Lance Taylor wrote: > On Tue, Oct 24, 2017 at 5:18 AM, <2891132l...@gmail.com> wrote: > > > > So how to modify it? I don't know clearly.Would you mind helping ,me to > > solve this problem? > Using the SublimeText "build and run" is not really ideal for running

Re: [go-nuts] a bug about go language

2017-10-24 Thread Ian Lance Taylor
On Tue, Oct 24, 2017 at 5:18 AM, <2891132l...@gmail.com> wrote: > > So how to modify it? I don't know clearly.Would you mind helping ,me to > solve this problem? What problem? What do you expect to happen? The error message is telling you that the program expects an IP address on the command li

Re: [go-nuts] a bug about go language

2017-10-24 Thread 2891132love
So how to modify it? I don't know clearly.Would you mind helping ,me to solve this problem? 在 2017年10月24日星期二 UTC+8下午3:06:00,Dave Cheney写道: > > The program you are trying to run requires an argument, an ip address > > On Tuesday, 24 October 2017 18:03:00 UTC+11, 28911...@gmail.com wrote: >> >> Sor

Re: [go-nuts] a bug about go language

2017-10-24 Thread Dave Cheney
The program you are trying to run requires an argument, an ip address On Tuesday, 24 October 2017 18:03:00 UTC+11, 28911...@gmail.com wrote: > > Sorry.I see the bug in Sublime Text3 and I can't find the errors.At the > sane time, I can't solve this problem.It's strange but it can run other > pro

Re: [go-nuts] a bug about go language

2017-10-24 Thread 2891132love
Sorry.I see the bug in Sublime Text3 and I can't find the errors.At the sane time, I can't solve this problem.It's strange but it can run other programmings. 在 2017年10月23日星期一 UTC+8下午11:28:20,Jan Mercl写道: > > On Mon, Oct 23, 2017 at 5:23 PM <28911...@gmail.com > wrote: > > what bug do you see and

Re: [go-nuts] a bug about go language

2017-10-23 Thread Jan Mercl
On Mon, Oct 23, 2017 at 5:23 PM <2891132l...@gmail.com> wrote: what bug do you see and where? -- -j -- 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 golang-nu

[go-nuts] a bug about go language

2017-10-23 Thread 2891132love