fix: lint-backend (goimports)
parent
321368f78e
commit
74099e06f7
|
@ -4,11 +4,12 @@ import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"github.com/filebrowser/filebrowser/v2/search"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/filebrowser/filebrowser/v2/search"
|
||||||
)
|
)
|
||||||
|
|
||||||
const searchPingInterval = 5
|
const searchPingInterval = 5
|
||||||
|
|
Loading…
Reference in New Issue