Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 297 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 297 Bytes

KhussainGolangHolidayBot

Telegram bot to determine International holidays and memorable dates and save your holidays

Getting started

docker-compose up --build bot

If you want to run your binary use these commands

go mod download
make build
make docker-compose-run