From f4b3d540522984c99b33add5f729c2d67b2b29f7 Mon Sep 17 00:00:00 2001 From: Kloon ImKloon Date: Sat, 30 Mar 2024 14:18:38 +0100 Subject: [PATCH] Fix goimports lint issue --- http/subtitle.go | 1 + 1 file changed, 1 insertion(+) diff --git a/http/subtitle.go b/http/subtitle.go index df00b477..43922702 100644 --- a/http/subtitle.go +++ b/http/subtitle.go @@ -6,6 +6,7 @@ import ( "strings" "github.com/asticode/go-astisub" + "github.com/filebrowser/filebrowser/v2/files" )