exec: “go”: executable file not found in $PATH stdout, err := exec.Command("go", "env", "GOMOD").Output()if err != nil { fmt.Println(err)}输出:exec: "go": executable file not found in $PATH