aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/open/open_windows.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/open/open_windows.go b/lib/open/open_windows.go
index aced662..374ad21 100644
--- a/lib/open/open_windows.go
+++ b/lib/open/open_windows.go
@@ -17,7 +17,9 @@
package open
import (
+ "os"
"os/exec"
+ "path/filepath"
)
const FileProtocolHandler = "url.dll,FileProtocolHandler"