diff --git a/open/exec_windows.go b/open/exec_windows.go index b3a1247..4861e1c 100644 --- a/open/exec_windows.go +++ b/open/exec_windows.go @@ -3,9 +3,7 @@ package open import ( - "os" "os/exec" - "path/filepath" "strings" // "syscall" )