From c5f05b397ac5219138f2ba05c8fba1bca11f1797 Mon Sep 17 00:00:00 2001 From: "heidi.ngew" Date: Thu, 22 Dec 2022 16:32:52 -0500 Subject: [PATCH] fix: remove unused model --- open/exec_windows.go | 2 -- 1 file changed, 2 deletions(-) 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" )