fix visual
This commit is contained in:
parent
7eb4977b99
commit
30a7f1b68c
3 changed files with 171 additions and 33 deletions
|
|
@ -79,8 +79,6 @@ func (b *Bybit) getRequest(ctx context.Context, endPoint string, params any) ([]
|
|||
queryString = query.Encode()
|
||||
}
|
||||
|
||||
fmt.Println("req:", b.cfg.BaseURL+endPoint+"?"+queryString)
|
||||
|
||||
// make request
|
||||
request, err := http.NewRequest("GET", b.cfg.BaseURL+endPoint+"?"+queryString, nil)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue