Skip to content

mcandre/gorun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gorun - a fork of Gustavo Niemeyer's gorun

Homepage

INSTALL

gomake install

EXAMPLE

hello.go:

#!/usr/bin/env gorun

package main

import fmt "fmt"

func main() {
	fmt.Println("Hello World!")
}

Run:

./hello.go

Releases

No releases published

Packages

No packages published

Languages