From 9c1597b85bd9c60bacd4fed80d76eb73252449ec Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 2 May 2012 08:00:07 +0200 Subject: [PATCH] doc --- dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns.go b/dns.go index 80f0abf4..e73452f5 100644 --- a/dns.go +++ b/dns.go @@ -8,7 +8,7 @@ // Package dns implements a full featured interface to the Domain Name System. // The package allows complete control over what is send out to the DNS. The package // API follows the less-is-more principle, by presenting a small, clean interface. - +// // The package dns supports (async) querying/replying, incoming/outgoing Axfr/Ixfr, // TSIG, EDNS0, dynamic updates, notifies and DNSSEC validation/signing. // Note that domain names MUST be full qualified, before sending them.