Skip to content

Commit a7b7a61

Browse files
authored
Merge pull request #31 from siddhant-deepsource/master
Remove os/exec import since not being used
2 parents 93ea1f4 + 3ce3dad commit a7b7a61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

browser_darwin.go

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package browser
22

3-
import "os/exec"
4-
53
func openBrowser(url string) error {
64
return runCmd("open", url)
75
}

0 commit comments

Comments
 (0)