From 3b4800cbbf2cb56d8a26ca1f54661f4a51b64143 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 2 May 2012 08:04:33 +0200 Subject: [PATCH] doc --- dns.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dns.go b/dns.go index e73452f5..288cf42d 100644 --- a/dns.go +++ b/dns.go @@ -6,6 +6,7 @@ // DOMAIN NAME SYSTEM // // Package dns implements a full featured interface to the Domain Name System. +// Server- and client-side programming is supported. // 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. //