Skip to content

Commit 701de7e

Browse files
committed
fix: remove unused model
1 parent 557efb9 commit 701de7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: open/exec_windows.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
package open
44

55
import (
6-
"os"
6+
// "os"
77
"os/exec"
8-
"path/filepath"
8+
// "path/filepath"
99
"strings"
1010
// "syscall"
1111
)

0 commit comments

Comments
 (0)