Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created December 9, 2009 06:05
Show Gist options
  • Save carllerche/252301 to your computer and use it in GitHub Desktop.
Save carllerche/252301 to your computer and use it in GitHub Desktop.
package main
import "os";
import "fmt";
var foo = os.Args[1:];
func main() {
fmt.Println(foo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment