[go-nuts] Re: Getting Gobot package fails

2019-09-22 Thread Amnon Baron Cohen
try go get -u github.com/hybridgroup/gobot and change the import paths in your program. On Sunday, 22 September 2019 16:14:48 UTC+1, Arie van Wingerden wrote: > > When I issue this command (as instructed on Gobot site): > go get -d -u gobot.io/x/gobot/... > > I get this message: >

[go-nuts] Re: Getting Gobot package fails

2019-09-22 Thread Arie van Wingerden
Sorry for double post. My home network didn't work well this afternoon ... -- 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

[go-nuts] Getting Gobot package fails

2019-09-22 Thread Arie van Wingerden
When I issue this command (as instructed on Gobot site): go get -d -u gobot.io/x/gobot/... I get this message: package gobot.io/x/gobot/...: unrecognized import path "gobot.io/x/gobot" (https fetch: Get http://gobot.io/x/gobot/?go-get=1: redirected from secure URL

[go-nuts] go 1.13 won't compile

2019-09-22 Thread rob
Hi.  I think I'm having an issue compiling my code w/ go 1.13.  I have not had any issues up until now.  I have my code in the default locations off of ~/go/src w/ a directory for each little bit of code I wrote. Running under linuxmint 19.2 amd64, I installed the go binary by first nuking

[go-nuts] Getting Gobot package fails

2019-09-22 Thread Arie van Wingerden
When I issue this command (as instructed on Gobot site): go get -d -u gobot.io/x/gobot/... I get this message: package gobot.io/x/gobot/...: unrecognized import path "gobot.io/x/gobot" (https fetch: Get http://gobot.io/x/gobot/?go-get=1: redirected from secure URL

[go-nuts] Is there a document that explains the inner workings of net/HTTP?

2019-09-22 Thread Joe McGuckin
I’m looking through this code, trying to understand the flow through the code starting with ListenAndServe(). Besides going through the code, is there a document that provides a concise explanation of what’s going on? Thanks, Joe -- You received this message because you are subscribed to

Re: [go-nuts] CreateFile hello.go: The system cannot find the file specified

2019-09-22 Thread Wojciech S. Czarnecki
On Fri, 20 Sep 2019 02:51:04 -0700 (PDT) Kapil Dev wrote: > following are env details Do not post images of text to this list ever again, please. Some people that read go-nuts have low vision and use screen readers. Samples of code should be posted to https://play.golang.org and shared via