init; project structure & bybit provider

This commit is contained in:
yash 2026-02-24 22:28:29 +03:00
commit ae096d4820
14 changed files with 482 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
run:
CONFIG_PATH=./internal/config/local.yml go run ./cmd/app/main.go
build:
go build -o crypro_alert_bot ./cmd/app/main.go