Remove this tidbit of documentation

A nil client is wrong. Just remove the sentence instead of coming
up with something that is technically correct, but doesn't read
nicely.

Closes: #60
This commit is contained in:
Miek Gieben 2013-11-21 13:27:20 +00:00
parent 9b15d749d8
commit 37a1ae569b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type Conn struct {
tsigRequestMAC string
}
// A Client defines parameters for a DNS client. A nil Client is usable for sending queries.
// A Client defines parameters for a DNS client.
type Client struct {
Net string // if "tcp" a TCP query will be initiated, otherwise an UDP one (default is "" for UDP)
DialTimeout time.Duration // net.DialTimeout (ns), defaults to 2 * 1e9