err := exec.Command("cmd", "/C", "start", "chrome.exe", "https://google.com").Run() if err != nil { log.Println(err) }