fix: lint-backend (goimports)

pull/4716/head
manx98 2025-05-26 23:12:49 +08:00
parent 321368f78e
commit 74099e06f7
1 changed files with 2 additions and 1 deletions

View File

@ -4,11 +4,12 @@ import (
"context"
"encoding/json"
"errors"
"github.com/filebrowser/filebrowser/v2/search"
"net/http"
"os"
"sync"
"time"
"github.com/filebrowser/filebrowser/v2/search"
)
const searchPingInterval = 5