update docs

This commit is contained in:
Miek Gieben 2012-11-19 18:14:52 +01:00
parent c7ad10314a
commit 53bc98f2ca
1 changed files with 1 additions and 1 deletions

2
dns.go
View File

@ -61,7 +61,7 @@
// c := new(Client)
// in, rtt, err := c.Exchange(m1, "127.0.0.1:53")
//
// An asynchronous query is also possible, see client.Do.
// For asynchronous queries it is easy to wrap C.Exchange().
//
// From a birds eye view a dns message consists out of four sections.
// The question section: in.Question, the answer section: in.Answer,