go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.7k stars 879 forks source link

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

Open NikolayUvarov opened 2 years ago

NikolayUvarov commented 2 years ago

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 commented 2 years ago

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...