Browse Source

cmd: import regexp

Michael Yang 1 year ago
parent
commit
5ea844964e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cmd/cmd.go

+ 1 - 0
cmd/cmd.go

@@ -17,6 +17,7 @@ import (
 	"os"
 	"os/signal"
 	"path/filepath"
+	"regexp"
 	"runtime"
 	"strings"
 	"syscall"