#Golang Gin Rest APi with Swagger documentation, and additional test Telegram Bot
- go get .
- Change telegram bot token from .env file if you have own bot token, if not do not change
- Run swag init , to init Swagger configuration (not required)
- http://localhost:8083/swagger/index.html , to view Swagger documentation
- Run go run main.go, here its REST API
- Run go run telegram.go , here run telegram bot
- t.me/SanzharAnarbayTestBot , telegramBot Link
- If tou want to create you own bot, type @BotFather in telegram, and create new bot and get token