docopt / docopt.go

A command-line arguments parser that will make you smile.
http://docopt.org/
MIT License
1.43k stars 111 forks source link

examples: docopt package import path fixed #34

Closed kjaskiewiczz closed 6 years ago

kjaskiewiczz commented 8 years ago

Signed-off-by: Krzysztof Jaskiewicz krzysiekjaskiewicz@gmail.com

mboersma commented 8 years ago

@kjaskiewiczz as I noted above, using the docopt-go import alias is intentional.

Are the examples not working for you, or does the redirection cause some other problem?

mboersma commented 6 years ago

I'm going to close this since it's been rusting for 18 months. Please do follow the suggestion in the README.md and prefer import "github.com/docopt/docopt-go": the URL will correctly redirect to this package.