Skip to content

Instantly share code, notes, and snippets.

View NihadBadalov's full-sized avatar

NihadBadalov NihadBadalov

  • 15:22 - 2h ahead
View GitHub Profile
@NihadBadalov
NihadBadalov / main.go
Last active May 3, 2024 19:58
Telegram bot main.go - Keyboard Issue
package main
import (
"context"
"fmt"
"os"
"os/signal"
"reflect"
"strings"
"sync"