Skip to content

Instantly share code, notes, and snippets.

@whyrusleeping
Created April 2, 2014 16:49
Show Gist options
  • Save whyrusleeping/9938049 to your computer and use it in GitHub Desktop.
Save whyrusleeping/9938049 to your computer and use it in GitHub Desktop.
Go isnt a scripting language.... ??
//home/whyrusleeping/go/bin/go run "$0"; exit
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment