On 2012/8/28 Mauro Trajber <
tra...@gmail.com> wrote:
> I have a server with many IP addresses and network interfaces and I want to
> listen and serve HTTP on only two of these addresses. Using the Serve
> function of net/http package I can specify only one net.Listener.
For example, use Serve twice.
Rémy.