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

fix bug #22

Closed newgoo closed 3 years ago

newgoo commented 3 years ago

add update level and spot ws balance column(available)

eynzhang commented 3 years ago

@newgoo thanks for your feedback. Regarding your two changes:

  1. We have add a new method SetLevel according to suggest way (https://github.com/uber-go/zap/issues/793#issuecomment-592110758) rather than create a new logger instance
  2. We have added the missing field.

Please get from latest master branch.