docopt / docopt.go

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

`go get github.com/docopt/docopt.go` fails because of repo's name #16

Closed fern4lvarez closed 10 years ago

fern4lvarez commented 10 years ago

go get fails because of the .go extension, as it expects the package path to be a directory: stat github.com/docopt/docopt.go: no such file or directory

Plus, this is smell and a bad practice in Go packaging. Please, rename it to docopt-go, go-docopt or similar.

fern4lvarez commented 10 years ago

Just checked this is addressed in the README.md file. Closing it.