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