Skip to content

Commit b862dc0

Browse files
committed
sync with main and removed unused import ioutil
1 parent d1620fd commit b862dc0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/http_config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"crypto/x509"
2222
"encoding/json"
2323
"fmt"
24-
"io/ioutil"
2524
"net"
2625
"net/http"
2726
"net/url"

config/http_config_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import (
2121
"errors"
2222
"fmt"
2323
"io"
24-
"io/ioutil"
2524
"net"
2625
"net/http"
2726
"net/http/httptest"

0 commit comments

Comments
 (0)