From 1e8705319a2bc6461d8768273aac16df4b6df4be Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 23 Apr 2018 22:49:17 +0300 Subject: Organize room list by last received message (ref #11) --- lib/open/open_windows.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/open/open_windows.go') 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" -- cgit v1.2.3