Documentation updates

This commit is contained in:
Miek Gieben 2012-03-08 20:47:45 +01:00
parent 1009d83753
commit 9f14f2d5ab
2 changed files with 1 additions and 1 deletions

1
dns.go
View File

@ -67,6 +67,7 @@
// r := <- DefaultReplyChan
// // r.Reply is the answer
// // r.Request is the original request
// // r.Error is the error (if any)
package dns
import (

View File

@ -9,7 +9,6 @@
// Requesting DNSSEC information for a zone is done by adding the DO (DNSSEC OK) bit
// to an request.
//
// // Set UDP bufsize to 4096 and enable the DO bit
// m := new(dns.Msg)
// m.SetEdns0(4096, true)
package dns