net/dns/resolver: fix package docstring.

Signed-off-by: David Anderson <danderson@tailscale.com>
pull/1635/head
David Anderson 3 years ago
parent dbe4f6f42d
commit caeafc4a32

@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package resolver a DNS resolver.
// Package resolver implements a stub DNS resolver that can also serve
// records out of an internal local zone.
package resolver
import (

Loading…
Cancel
Save