This commit is contained in:
Tom Limoncelli 2025-09-12 11:19:01 -04:00
parent 652aab069d
commit fdd192a4c4
2 changed files with 3 additions and 1 deletions

View file

@ -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:
*

2
go.mod
View file

@ -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