Skip to content

Commit 028c8e0

Browse files
author
licong
committed
fix build for darwin, windows
1 parent ff808e2 commit 028c8e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

open_darwin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package main
55

66
import (
77
"fmt"
8+
"os"
89
"os/exec"
910
)
1011

open_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package main
55

66
import (
77
"fmt"
8+
"os"
89
"os/exec"
910
"time"
1011
)

0 commit comments

Comments
 (0)