We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb01edc commit 501c837Copy full SHA for 501c837
.github/workflows/go.yml
@@ -1,9 +1,9 @@
1
name: Release
2
3
-on:
+on:
4
push:
5
- branches:
6
- - main
+ tags:
+ - '*'
7
8
jobs:
9
README.md
@@ -2,6 +2,8 @@
binance proxy
local `candle` and `orderbook` and `exchangeinfo`
+not support `24hour`.Please use orderbook instead
+
```
-f string
futures bind address. (default ":8091")
0 commit comments