net/dns/resolver: fix package docstring.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2021-03-31 23:42:28 -07:00
parent dbe4f6f42d
commit caeafc4a32

View File

@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // 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 package resolver
import ( import (