diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-04-23 22:49:17 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-04-24 02:13:43 +0300 |
commit | 1e8705319a2bc6461d8768273aac16df4b6df4be (patch) | |
tree | 2009edc21f527d62c501b320fffc771e1eb31876 /lib | |
parent | 16406d6c91acf322463b64d03a49af6aebc02834 (diff) |
Organize room list by last received message (ref #11)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/open/open_windows.go | 2 |
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" |