adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 663 forks source link

Setting the url by user #424

Closed taabodim-stably closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #424 (95aaba7) into master (f4e62a1) will decrease coverage by 0.01%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #424      +/-   ##
==========================================
- Coverage   70.18%   70.16%   -0.02%     
==========================================
  Files          76       76              
  Lines        7070     7072       +2     
==========================================
  Hits         4962     4962              
- Misses       1584     1586       +2     
  Partials      524      524              
Impacted Files Coverage Δ
v2/client.go 81.13% <0.00%> (-0.49%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

adshao commented 1 year ago

hi @taabodim-stably , you can just set base URL of client: client.BaseURL = 'your URL'