Go Command Line Parsing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:


=Overview=
=Overview=
Go provides support for command line "flag" parsing in the flag package.


=Example=
=Example=

Revision as of 23:39, 1 April 2016

Internal

Overview

Go provides support for command line "flag" parsing in the flag package.

Example

playground/go/command-line-args/command-line-arg-parser.go