PaulSonOfLars / gotgbot

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

Use go mod edit for ensuring sample bot go mod files #81

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Replace sed usage with go mod edit ... commands to reduce script brittle-ness.

Impact