Other Hello world Golang script

Indeed, it works like a charm. I tried a bit different comment:
Code:
//usr/bin/env go run "$0" "$@"; exit; */
package main
import "fmt"
func main() { fmt.Println("hello from go")

- /bin/sh suspect
- /bin/tcsh suspect (I use this one)

Both run pretty much the same logic on ENOEXEC (ERR#8 in case you use truss(1))
 
Back
Top