We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a9298 commit 93ea1f4Copy full SHA for 93ea1f4
browser_windows.go
@@ -2,8 +2,6 @@
2
//sys shellExecute(hwnd int, verb string, file string, args string, cwd string, showCmd int) (err error) = shell32.ShellExecuteW
3
package browser
4
5
-import "os/exec"
6
-
7
const sW_SHOWNORMAL = 1
8
9
func openBrowser(url string) error {
0 commit comments