feat: fix http client to tools

This commit is contained in:
Xinwei Xiong (cubxxw) 2024-03-25 10:50:20 +08:00
parent 69b171e08b
commit 37e773deeb

View File

@ -18,7 +18,6 @@ import (
"bytes" "bytes"
"context" "context"
"encoding/json" "encoding/json"
"errors"
"io" "io"
"net/http" "net/http"
"time" "time"