Try this search on Go-Search or GitHub.

PathSynopsis
github.com/droundy/goopt
  • 29 imports
  • · 61 stars
getopt-like flags package for golang,
github.com/pborman/getopt
  • 9 imports
  • · 11 stars
Package getopt provides traditional getopt processing for implementing commands that use traditional command lines.
bitbucket.org/telesto/goblin/flag
  • 7 imports
Package flag implements getopt-like command line parsing.
github.com/timtadh/getopt
  • 4 imports
  • · 3 stars
Yet Another getopt Library for Go.
github.com/mattn/go-getopt
  • 5 imports
  • · 3 stars
getopt for golang
github.com/coryb/optigo
  • 3 imports
simple getopt parser for golang
github.com/kesselborn/go-getopt
  • 3 imports
  • · 14 stars
getopt implementation in go (flags-alternative closer to gnu getopt)
github.com/elves/getopt
  • 1 imports
A flexible command-line argument parser
github.com/akutz/gotopt
  • 0 imports
  • · 4 stars
Package gotopt is a pure-go port of the GNU C getopt library https:/​/​goo.gl/​cQI7VN.
github.com/DavidGamba/go-getoptions
  • 0 imports
  • · 2 stars
Package getoptions - Go option parser inspired on the flexibility of Perl’s GetOpt::Long.