Skip to content

Commit

Permalink
missing import (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Jun 29, 2023
1 parent 7b72590 commit 7a4ad23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/zrok/browser_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package main

import "os/exec"

func openBrowser(url string) error {
return exec.Command("rundll32", "url.dll,FileProtocolHandler", url).Run()
}

0 comments on commit 7a4ad23

Please sign in to comment.