gorun - a fork of Gustavo Niemeyer's gorun
INSTALL
gomake install
EXAMPLE
hello.go:
#!/usr/bin/env gorun
package main
import fmt "fmt"
func main() {
fmt.Println("Hello World!")
}
Run:
./hello.go
gorun - a fork of Gustavo Niemeyer's gorun
INSTALL
gomake install
EXAMPLE
hello.go:
#!/usr/bin/env gorun
package main
import fmt "fmt"
func main() {
fmt.Println("Hello World!")
}
Run:
./hello.go