Skip to content

Instantly share code, notes, and snippets.

@Kairi
Created September 20, 2014 09:46
Show Gist options
  • Select an option

  • Save Kairi/3f92d3ea096faebc1a3a to your computer and use it in GitHub Desktop.

Select an option

Save Kairi/3f92d3ea096faebc1a3a to your computer and use it in GitHub Desktop.
command line arg in glang
package main
import (
"fmt"
"os"
)
func main() {
// os.Args ([]string)
fmt.Println(os.Args)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment