WIP: Separate test. Refactor a bunch of it.

This commit is contained in:
Ilja Lapkovskis 2024-01-18 22:45:49 +02:00
parent 63e5c59035
commit f70bd7e672
No known key found for this signature in database
GPG key ID: 53D2AA4F0D1079C4
6 changed files with 2170 additions and 982 deletions

3
mockgen.go Normal file
View file

@ -0,0 +1,3 @@
package tgbotapi
//go:generate mockgen -destination=bot_mock_test.go -package=tgbotapi -source=bot.go