Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent 7dc9cc1 commit bc3b69d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/logic/ffmpeg_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
package logic

import (
"archive/zip"
"fmt"
"io"
"net/http"
"os"
"os/exec"
"path/filepath"
"runtime"
ffstatic_windows_amd64 "github.com/go-ffstatic/windows-amd64"
"strings"
)

var tempDir string
Expand Down

0 comments on commit bc3b69d

Please sign in to comment.