Commit df97fc25 authored by vyzo's avatar vyzo

comment cosmetics

parent 415b3531
......@@ -13,7 +13,7 @@ import (
dns "github.com/miekg/dns"
)
// LookupTXTFunc is a generic type for a function that lookups TXT record values.
// LookupTXTFunc is a function that lookups TXT record values.
type LookupTXTFunc func(ctx context.Context, name string) (txt []string, err error)
// DNSResolver implements a Resolver on DNS domains
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment