Calling a simple Golang executable from PHP failing with exec: “zip”: executable file not found in $PATH

后端 未结 0 660
轻奢々
轻奢々 2021-02-18 23:47

Trying to execute a simple Golang executable from PHP


import (
    "fmt"
    "os/exec"
)

func main() {
    out, err := exec.Command("zi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题