This commit is contained in:
2022-05-02 23:23:56 -04:00
parent 55320df622
commit ccbf558fa1
7 changed files with 86 additions and 28 deletions

View File

@ -15,10 +15,6 @@ import (
"golang.org/x/time/rate"
)
func main() {
fmt.Println("vim-go")
}
type TelegramSender interface {
SendLink(link, channel, rhash string) error
}