An open API service indexing awesome lists of open source software.

https://github.com/mcandre/gorun

a fork of Gustavo Niemeyer's gorun
https://github.com/mcandre/gorun

Last synced: about 1 year ago
JSON representation

a fork of Gustavo Niemeyer's gorun

Awesome Lists containing this project

README

          

gorun - a fork of Gustavo Niemeyer's gorun

[Homepage](https://code.launchpad.net/~niemeyer/gorun/trunk)

INSTALL

gomake install

EXAMPLE

hello.go:

#!/usr/bin/env gorun

package main

import fmt "fmt"

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

Run:

./hello.go