HuobiRDCenter / huobi_Golang

Go SDK for Huobi Spot API
https://www.htx.com/zh-cn/opend/newApiPages/
Apache License 2.0
176 stars 86 forks source link

the getrequest package could not be found #27

Closed chris-gqz closed 3 years ago

chris-gqz commented 3 years ago

in readme

Market data Candlestick/KLine client := new(client.MarketClient).Init(config.Host) optionalRequest := getrequest.GetCandlestickOptionalRequest{Period: getrequest.MIN1, Size: 10} resp, err := client.GetCandlestick("btcusdt", optionalRequest)

the getrequest package could not be found

eynzhang commented 3 years ago

@chris-gqz thanks for your feedback, the README was out of date and now it is updated in latest master branch.