How will you access command line arguments in a go program?
Answer Posted / Kush Kumar Patel
In Go, command-line arguments can be accessed using the os package's Args function. Here is an example: import "os" and then print(os.Args[1:])
| 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