Binary package “golang-github-pborman-getopt-dev” in ubuntu oracular

getopt style option parsing for Go (library)

 The 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 do, for example.