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, 2 insertions(+), 1 deletion(-)

changed files
M internal/server/dev.gointernal/server/dev.go
@@ -5,11 +5,12 @@ "fmt"
"io/fs" "time" - "alin.ovh/searchix/internal/file" "alin.ovh/x/log" "github.com/Southclaws/fault" "github.com/Southclaws/fault/fmsg" "github.com/fsnotify/fsnotify" + + "alin.ovh/searchix/internal/file" ) type FileWatcher struct {