exitstop

Results 1 comments of exitstop

Working example ``` package main import ( "bufio" "fmt" "io" "log" "net/http" "os" "time" tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api/v5" ) // 1) openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 3560...