mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 08:03:49 +01:00
missing import (#362)
This commit is contained in:
parent
7b725903dd
commit
7a4ad23aa1
@ -1,5 +1,7 @@
|
||||
package main
|
||||
|
||||
import "os/exec"
|
||||
|
||||
func openBrowser(url string) error {
|
||||
return exec.Command("rundll32", "url.dll,FileProtocolHandler", url).Run()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user