From 93f43c0bf7cf7ad6bf808706336591029e1e106e Mon Sep 17 00:00:00 2001 From: abolfazl Date: Sun, 2 Mar 2025 15:40:51 +0330 Subject: [PATCH] fix --- sve/client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sve/client.go b/sve/client.go index b0ac731..e0beac4 100644 --- a/sve/client.go +++ b/sve/client.go @@ -3,7 +3,7 @@ package sve import ( "go.uber.org/zap" - "lbank-connector-go/pkg" + "github.com/LBank-exchange/lbank-connector-go/pkg" ) type Client struct { @@ -70,4 +70,4 @@ func (c *Client) NewWithDrawService() *WithDrawService { func (c *Client) NewHttpService() *HttpService { return &HttpService{c: c} -} \ No newline at end of file +}