package main import ( "fmt" "github.com/egosown/getwindow" ) func main() { fmt.Println(getwindow.GetWindow()) }