[go-nuts] Re: go 1.13.1 (linux x64): time.After not working as expected

2019-10-14 Thread Jeff Kayser
On Monday, October 14, 2019 at 5:53:23 AM UTC-7, Jeff Kayser wrote: > > I'm working through the most excellent book "Concurrency in Go", doing the > example on page 162-166. My code is here: > > https://play.golang.org/p/7kokkAIdhov > > The program is not

[go-nuts] go 1.13.1 (linux x64): time.After not working as expected

2019-10-14 Thread Jeff Kayser
mples have worked as expected, including the one just before this, which is almost identical, except for a couple of tweaks. This is the first one that hasn't worked. What am I doing wrong? ~Jeff Kayser -- You received this message because you are subscribed to the Google Groups "gol

[go-nuts] RE: Go package/version management, vendoring, dep, gb, etc...

2017-02-05 Thread Jeff Kayser
Hi, Dave. Thank you for your clarifications about how gb works. I appreciate your specific examples of how to get the needed code into the gb directory trees. I didn’t know about git submodules or the gb-vendor plugin; I’ll check it out. Jeff Kayser Jibe Consulting | Managing Principal

[go-nuts] RE: Go package/version management, vendoring, dep, gb, etc...

2017-02-05 Thread Jeff Kayser
fetch". That is exactly what I needed to know! I just started to use gb a couple of days ago, so I'm a newbie with that too. Thank you for your help. Much appreciated. Jeff Kayser Jibe Consulting | Managing Principal Consultant 5000 Meadows Rd. Suite 300 Lake Oswego, OR 97035 O: 503-517-3266 | C: 50

[go-nuts] RE: Go package/version management, vendoring, dep, gb, etc...

2017-02-05 Thread Jeff Kayser
, but might help some other newbies. Items 6 and 7 have info I've gleaned from Internet and Dave Cheney about package management, dependency management, package versioning, cyclic dependencies, etc. Jeff Kayser Jibe Consulting | Managing Principal Consultant 5000 Meadows Rd. Suite 300 Lake Oswego