add some extra text

This commit is contained in:
Miek Gieben 2012-12-01 22:54:35 +01:00
parent f6d5ab4e2e
commit 8d6d7593b8
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")
//
// For asynchronous queries it is easy to wrap Exchange().
// For asynchronous queries it is easy to wrap Exchange() in a goroutine.
//
// From a birds eye view a dns message consists out of four sections.
// The question section: in.Question, the answer section: in.Answer,