fix unused vars

pull/1118/head
Willy 2023-01-31 22:48:41 +00:00
parent 1751de0bbc
commit 311c6c5946
No known key found for this signature in database
GPG Key ID: 1A43E076B0272479
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@ package utils
import ( import (
"errors" "errors"
"os" "os"
"os/exec"
"regexp"
"strconv"
"strings"
"syscall" "syscall"
) )