Trying to execute a simple Golang executable from PHP
import ( "fmt" "os/exec" ) func main() { out, err := exec.Command("zi