init; project structure & bybit provider
This commit is contained in:
commit
ae096d4820
14 changed files with 482 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue