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
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
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