style: satisfy lint

This commit is contained in:
ねらひかだ 2024-01-26 19:13:27 +09:00
parent 8c1cc5e5e7
commit 57e62016ed

View File

@ -6,8 +6,9 @@ import (
"path" "path"
"path/filepath" "path/filepath"
"github.com/filebrowser/filebrowser/v2/files"
"github.com/spf13/afero" "github.com/spf13/afero"
"github.com/filebrowser/filebrowser/v2/files"
) )
// MoveFile moves file from src to dst. // MoveFile moves file from src to dst.