[go-nuts] Re: Getting Gobot package fails

2019-10-07 Thread ndhrones
When changing to 'github.com/hybridgroup/gobot' what should imports path look like in go code? On Sunday, September 22, 2019 at 11:14:48 AM UTC-4, 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 messa

Re: [go-nuts] Re: Getting Gobot package fails

2019-09-24 Thread Arie van Wingerden
Thx, that worx! Op zo 22 sep. 2019 om 23:41 schreef 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 Gob

[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: > pack

[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 golang-nuts+unsubscr...@googlegroups.co