From 72b63ca6adbf6919f8ad2f753d96786b6b402442 Mon Sep 17 00:00:00 2001 From: merdan Date: Wed, 7 Dec 2022 17:26:52 +0500 Subject: [PATCH] ready link import fx 1 --- pkg/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/request.go b/pkg/request.go index 385354c..43bf74f 100644 --- a/pkg/request.go +++ b/pkg/request.go @@ -20,7 +20,7 @@ func SendRequest(method string, endpoint string, values []byte, authKey string) DialContext: (&net.Dialer{ Timeout: ConnectMaxWaitTime, }).DialContext, - },gl + }, } ctx, cancel := context.WithTimeout(context.Background(), RequestMaxWaitTime)