How you to access command line arguments passed to a go program?
Answer Posted / Farha Adil
To access command line arguments in Go, you can use the os.Args global variable. It is an array containing all the command-line arguments provided to the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category