Try this search on Go-Search or GitHub.
| Path | Synopsis |
|---|---|
github.com/droundy/goopt
| getopt-like flags package for golang, |
github.com/pborman/getopt
| Package getopt provides traditional getopt processing for implementing commands that use traditional command lines. |
bitbucket.org/telesto/goblin/flag
| Package flag implements getopt-like command line parsing. |
github.com/timtadh/getopt
| Yet Another getopt Library for Go. |
github.com/mattn/go-getopt
| getopt for golang |
github.com/coryb/optigo
| simple getopt parser for golang |
github.com/kesselborn/go-getopt
| getopt implementation in go (flags-alternative closer to gnu getopt) |
github.com/elves/getopt
| A flexible command-line argument parser |
github.com/akutz/gotopt
| Package gotopt is a pure-go port of the GNU C getopt library https://goo.gl/cQI7VN. |
github.com/DavidGamba/go-getoptions
| Package getoptions - Go option parser inspired on the flexibility of Perl’s GetOpt::Long. |