Package Getopt provides traditional getopt processing for implementing commands
that use traditional command lines. The standard Go flag package cannot be used
to write a program that parses flags the way ls or ssh does, for example.
This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/pborman/getopt