style: re-organise all imports with goimports
1 file changed, 3 insertions(+), 2 deletions(-)
changed files
M internal/fetcher/download.go → internal/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 {