mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-22 04:48:39 +00:00
net/dns/resolver: fix package docstring.
Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user