From fdd192a4c481413e941d05156906915d8975d99e Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Fri, 12 Sep 2025 11:19:01 -0400 Subject: [PATCH] generate --- commands/types/dnscontrol.d.ts | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/types/dnscontrol.d.ts b/commands/types/dnscontrol.d.ts index e32b076cf..ab2a83029 100644 --- a/commands/types/dnscontrol.d.ts +++ b/commands/types/dnscontrol.d.ts @@ -3060,7 +3060,7 @@ declare function SOA(name: string, ns: string, mbox: string, refresh: number, re * command-line flags related to this feature. * * The `spfcache.json` stored the cached DNS lookups. If it needs - * to be updated, the wnew file contents will be written to a file called + * to be updated, the new file contents will be written to a file called * `spfcache.updated.json` and instructions such as the ones below * will be output telling you exactly what to do: * diff --git a/go.mod b/go.mod index b18454c2f..2734d183c 100644 --- a/go.mod +++ b/go.mod @@ -158,3 +158,5 @@ require ( gopkg.in/sourcemap.v1 v1.0.5 // indirect moul.io/http2curl v1.0.0 // indirect ) + +tool golang.org/x/tools/cmd/stringer