chore(update): remove unused cleanup imports

This commit is contained in:
Syngnat
2026-07-07 20:46:14 +08:00
parent 070c2328e0
commit 016e2bc70e

View File

@@ -1,10 +1,8 @@
package app
import (
"fmt"
"io"
"os"
"os/exec"
"path/filepath"
stdRuntime "runtime"
"strconv"
@@ -327,6 +325,3 @@ exit /b 0
"__GONAVI_UPDATE_PID__", strconv.Itoa(pid),
).Replace(strings.ReplaceAll(script, "\n", "\r\n"))
}
var _ = exec.Command
var _ = fmt.Sprintf