all repos — searchix @ 347521a6dce587e6b51f33608744125d853c7078

Search engine for NixOS, nix-darwin, home-manager and NUR users

style: re-organise all imports with goimports

Alan Pearce
commit

347521a6dce587e6b51f33608744125d853c7078

parent

a1bbe1c0565acf322ca9af88876b9d0c8ee52ab3

1 file changed, 3 insertions(+), 2 deletions(-)

changed files
M internal/fetcher/download.gointernal/fetcher/download.go
@@ -4,11 +4,12 @@ import (
"context" "net/url" + "github.com/Southclaws/fault" + "github.com/Southclaws/fault/fmsg" + "alin.ovh/searchix/internal/config" "alin.ovh/searchix/internal/fetcher/http" "alin.ovh/searchix/internal/index" - "github.com/Southclaws/fault" - "github.com/Southclaws/fault/fmsg" ) type DownloadFetcher struct {