temp sleep

This commit is contained in:
Pin
2023-04-06 21:34:17 -04:00
parent 2da1dfeb1a
commit 9c190cf6c0

View File

@@ -9,6 +9,7 @@ import (
"os/exec" "os/exec"
"runtime" "runtime"
"strings" "strings"
"time"
"strconv" "strconv"
@@ -71,6 +72,7 @@ func sInit(os string) *targetInfo {
} }
func main() { func main() {
time.Sleep(10 * time.Second)
tInfo := sInit(runtime.GOOS) tInfo := sInit(runtime.GOOS)
// Read package and analze them // Read package and analze them