Created
September 20, 2014 09:46
-
-
Save Kairi/3f92d3ea096faebc1a3a to your computer and use it in GitHub Desktop.
command line arg in glang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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