telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

go get -u github.com/go-telegram-bot-api/telegram-bot-api/v5 gives error both in windows and linux

Open NikolayUvarov opened this issue 3 years ago • 1 comments

go get -u github.com/go-telegram-bot-api/telegram-bot-api/v5 package github.com/go-telegram-bot-api/telegram-bot-api/v5: cannot find package "github.com/go-telegram-bot-api/telegram-bot-api/v5" in any of: /usr/lib/go-1.13/src/github.com/go-telegram-bot-api/telegram-bot-api/v5 (from $GOROOT) /root/go/src/github.com/go-telegram-bot-api/telegram-bot-api/v5 (from $GOPATH)

NikolayUvarov avatar May 01 '22 16:05 NikolayUvarov

Note that dot(s) at the end of string are mandtory part of the command. I have lost some time on it. go get -u github.com/go-telegram-bot-api/telegram-bot-api/v5. go get -u github.com/go-telegram-bot-api/telegram-bot-api/v5...

NikolayUvarov avatar May 01 '22 20:05 NikolayUvarov