PaulSonOfLars / gotgbot

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

Improve comments generation + update CI go version #88

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Improve docs generation with information from https://tip.golang.org/doc/comment

This should help improve the readability of the docs on pkg.go.dev, as well as emphasize the links to the official tg docs.

As a driveby, update CI go version to ensure local env matches CI.

Impact