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