Skip to content

Commit 93ea1f4

Browse files
authored
Fix unused import in windows code
1 parent 99a9298 commit 93ea1f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

browser_windows.go

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
//sys shellExecute(hwnd int, verb string, file string, args string, cwd string, showCmd int) (err error) = shell32.ShellExecuteW
33
package browser
44

5-
import "os/exec"
6-
75
const sW_SHOWNORMAL = 1
86

97
func openBrowser(url string) error {

0 commit comments

Comments
 (0)