Go Command Line Parsing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=


Go provides support for command line "flag" parsing in the flag package.
Go provides support for command line "flag" parsing in the [[Go Package flag|flag package]].


=Example=
=Example=

Revision as of 23:40, 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