windows file fix

This commit is contained in:
0xdcarns 2021-11-17 10:38:15 -05:00
parent 9e5872202b
commit 89a1cd8d69

View file

@ -1,29 +1,9 @@
package ncutils
import (
"context"
"crypto/tls"
"errors"
"fmt"
"io"
"io/ioutil"
"log"
"math/rand"
"net"
"net/http"
"os"
"os/exec"
"regexp"
"runtime"
"strconv"
"strings"
"syscall"
"time"
"golang.zx2c4.com/wireguard/wgctrl"
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
)
// RunCmd - runs a local command