PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
509 stars 114 forks source link

update #83

Closed abhint closed 1 year ago

abhint commented 1 year ago

https://github.com/apache/trafficcontrol/issues/6661

PaulSonOfLars commented 1 year ago

The GitHub issue you're linking is irrelevant to this library.

"Go get cannot be used outside a module"

Correct - this is a library, it should only be used in the context of go modules.

"Go get no longer installs a binary"

Correct - this is a library, not a binary; there is nothing to execute.

If you don't have a go module set up, then you should make one - but that is an issue with your environment, not the library.