An implementation of Docopt in the Go programming language.
Docopt helps you create beautiful command-line interfaces easily
This package provides symbolic links that alias the following Go import paths to
github.com/docopt/docopt.go:
– github.com/docopt/docopt-go
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/docopt/docopt.go.