mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 08:45:16 +00:00
align fields and tags
This commit is contained in:
parent
ab6b56d91e
commit
61a19cbfb4
|
@ -410,7 +410,6 @@ type KLine struct {
|
||||||
Open string `json:"o"`
|
Open string `json:"o"`
|
||||||
Close string `json:"c"`
|
Close string `json:"c"`
|
||||||
High string `json:"h"`
|
High string `json:"h"`
|
||||||
|
|
||||||
Low string `json:"l"`
|
Low string `json:"l"`
|
||||||
|
|
||||||
Volume string `json:"v"` // base asset volume (like 10 BTC)
|
Volume string `json:"v"` // base asset volume (like 10 BTC)
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const Version = "v1.13.0"
|
const Version = "v1.13.0-95-g32e48ed"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user