add more symbol
continuous-integration/drone/push Build is passing Details

master
dustoair 3 years ago
parent 08f9c177ba
commit 7549828c7f

@ -27,11 +27,9 @@ func getRand(len int) []float64 {
func Draw() {
timeUpdate, symbolPriceETH := api.GetSerivers("ETHUSDT")
timeUpdate, symbolPriceBTC := api.GetSerivers("BTCUSDT")
timeUpdate, symbolPriceBNB := api.GetSerivers("BNBUSDT")
log.Println(timeUpdate, symbolPriceETH)
values := [][]float64{
symbolPriceBTC,
symbolPriceETH,
symbolPriceBNB,
//getRand(30),

Loading…
Cancel
Save