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:
Maisem Ali
2022-08-02 09:57:10 -07:00
committed by Maisem Ali
parent 57275a4912
commit a029989aff
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -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"