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)