This commit is contained in:
Miek Gieben 2012-05-02 08:04:33 +02:00
parent 9c1597b85b
commit 3b4800cbbf
1 changed files with 1 additions and 0 deletions

1
dns.go
View File

@ -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.
//