InterviewSolution
Saved Bookmarks
| 1. |
How will you access command line arguments in a GO program? |
|
Answer» The command line ARGUMENT can be ACCESSED using the os.Args variables. For INSTANCE: |
|