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