types/dnstype: use viewer instead of cloner
This was missed when I did the initial viewer work. Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
// Package dnstype defines types for working with DNS.
|
||||
package dnstype
|
||||
|
||||
//go:generate go run tailscale.com/cmd/cloner --type=Resolver --clonefunc=true
|
||||
//go:generate go run tailscale.com/cmd/viewer --type=Resolver --clonefunc=true
|
||||
|
||||
import (
|
||||
"net/netip"
|
||||
|
||||
Reference in New Issue
Block a user