fix: avoid data race for httpstat

This commit is contained in:
debugtalk
2022-10-16 22:36:49 +08:00
parent 28e65e50f7
commit a413197ae6
7 changed files with 18 additions and 3 deletions
+3
View File
@@ -3,9 +3,12 @@
package myexec
import (
"fmt"
"os"
"os/exec"
"path/filepath"
"strconv"
"strings"
"syscall"
"github.com/pkg/errors"