I'm trying to install telegram bot api module for golang from this link:
https://github.com/go-telegram-bot-api/telegram-bot-api
the installation example that showed there isnt working and raises the next error:
cannot find package "github.com/go-telegram-bot-api/telegram-bot-api/v5" in any of:
/usr/local/go/src/github.com/go-telegram-bot-api/telegram-bot-api/v5 (from $GOROOT)
/home/foo/go/src/github.com/go-telegram-bot-api/telegram-bot-api/v5 (from $GOPATH)
I looked on google and I saw some people recommending use "go install", but that raises the same error.
I would like to some help here, I'm trying figuring this out without a success for a while now. and feel free to ask for any further infotmation if you need
Thanks in advance!