//go:build windows package adbembed import ( "os/exec" ) func findInPath() (string, error) { return exec.LookPath("adb.exe") }