Merge branch 'master' of github.com:miekg/dns

This commit is contained in:
Miek Gieben 2012-04-13 18:54:02 +02:00
commit b45673531f
1 changed files with 1 additions and 1 deletions

2
dns.go
View File

@ -60,7 +60,7 @@
// An asynchronous query is also possible, setting up is more elaborate then
// a synchronous query. The Basic use pattern is:
//
// HandleQueryFunc(".", handler)
// HandleQuery(".", handler)
// ListenAndQuery(nil, nil)
// c.Do(m1, "127.0.0.1:53")
// // Do something else