use treefmt-nix to format everything
1 file changed, 5 insertions(+), 3 deletions(-)
changed files
M domain/content/fetcher/fetcher.go → domain/content/fetcher/fetcher.go
@@ -23,9 +23,11 @@ "github.com/Southclaws/fault/fmsg" "github.com/google/renameio/v2" ) -var files = []string{"config.toml", "site.db"} -var numericFilename = regexp.MustCompile("[0-9]{3,}") -var timeout = 10 * time.Second +var ( + files = []string{"config.toml", "site.db"} + numericFilename = regexp.MustCompile("[0-9]{3,}") + timeout = 10 * time.Second +) type Fetcher struct { options *Options