isacikgoz / tldr

fast and interactive tldr client written with go
https://isacikgoz.me/tldr/
MIT License
1.36k stars 48 forks source link

go get fails: does not contain package github.com/isacikgoz/tldr/cmd/tldr #45

Closed ChocolateOverflow closed 2 years ago

ChocolateOverflow commented 3 years ago

I'm unable to go get the package due to the following error:

$ go get github.com/isacikgoz/tldr/cmd/tldr
go get: module github.com/isacikgoz/tldr@upgrade found (v0.6.1), but does not contain package github.com/isacikgoz/tldr/cmd/tldr
austin-millan commented 2 years ago

The resolved version (v0.6.1) does not have a cmd directory for the app binary, you'd need to specify a different version in your request, e.g.:

$ go get github.com/isacikgoz/tldr/cmd/tldr@master