net/dns/resolver: fix package docstring.

Signed-off-by: David Anderson <danderson@tailscale.com>
main
David Anderson 5 years ago
parent dbe4f6f42d
commit caeafc4a32
  1. 3
      net/dns/resolver/tsdns.go

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