isacikgoz / tldr

fast and interactive tldr client written with go

Home Page:https://isacikgoz.me/tldr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ChocolateOverflow opened this issue · comments

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

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