[go-nuts] Re: a net.Listener aggregator

2016-08-04 Thread Daniel Garcia
Whoops, forgot the link. https://godoc.org/github.com/daniel-garcia/multilistener On Thursday, August 4, 2016 at 7:57:57 PM UTC-5, Daniel Garcia wrote: > > I looked for an example of someone implementing a fan in pattern for > net.Listener but didn't find one. I wrote one for a pe

[go-nuts] a net.Listener aggregator

2016-08-04 Thread Daniel Garcia
I looked for an example of someone implementing a fan in pattern for net.Listener but didn't find one. I wrote one for a personal project and I'm posting here in case it's useful to anyone else. It allows you to take a list of net.Listener objects and it returns a single listener that aggregate

[go-nuts] Re: x509: failed to load system roots and no roots provided

2016-06-13 Thread Daniel Garcia
Hi Chris, This would be better answered by a docker mailing list. >From what you describe it looks like your container most likely doesn't contain the root certificates. See the following article: https://blog.codeship.com/building-minimal-docker-containers-for-go-applications/ You can also b