This commit is contained in:
abolfazl 2025-03-02 15:40:51 +03:30
parent c45bc342be
commit 93f43c0bf7
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ package sve
import ( import (
"go.uber.org/zap" "go.uber.org/zap"
"lbank-connector-go/pkg" "github.com/LBank-exchange/lbank-connector-go/pkg"
) )
type Client struct { type Client struct {
@ -70,4 +70,4 @@ func (c *Client) NewWithDrawService() *WithDrawService {
func (c *Client) NewHttpService() *HttpService { func (c *Client) NewHttpService() *HttpService {
return &HttpService{c: c} return &HttpService{c: c}
} }