From 7033f6abbeeea74ecbd10f48b57f01fc70f0fa10 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 6 Jul 2011 17:39:24 +0200 Subject: [PATCH] Addr is not needed in the Client struct --- client.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client.go b/client.go index 2b1df26d..74711ab6 100644 --- a/client.go +++ b/client.go @@ -116,7 +116,6 @@ func (mux *QueryMux) QueryDNS(w RequestWriter, r *Msg) { // TODO add: LocalAddr type Client struct { Net string // if "tcp" a TCP query will be initiated, otherwise an UDP one - Addr string // address to call Attempts int // number of attempts Retry bool // retry with TCP ChannelQuery chan *Request // read DNS request from this channel