diff --git a/processor/file_test.go b/processor/file_test.go index e4a24cad..9eb183d9 100644 --- a/processor/file_test.go +++ b/processor/file_test.go @@ -3,8 +3,8 @@ package processor import ( "math/rand" "path/filepath" - "testing" "strings" + "testing" ) func TestGetExtension(t *testing.T) {