Doc updates

This commit is contained in:
Miek Gieben 2012-12-02 08:45:47 +01:00
parent 77c679fe65
commit a115d2230a
1 changed files with 1 additions and 1 deletions

2
xfr.go
View File

@ -9,7 +9,7 @@ type XfrMsg struct {
// XfrReceive performs a [AI]xfr request (depends on the message's Qtype). It returns
// a channel of *XfrMsg on which the replies from the server are sent. At the end of
// the transfer the channel is closed.
// It panics if the Qtype does not equal TypeAXFR or TypeIXFR. The messages are TSIG checked if
// The messages are TSIG checked if
// needed, no other post-processing is performed. The caller must dissect the returned
// messages.
//