mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-07-14 00:42:17 +08:00
chore(update): remove unused cleanup imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user