fix: format import file

This commit is contained in:
余泓铮
2024-04-09 19:38:01 +08:00
parent d129455f11
commit d3aa72a713
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,6 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"github.com/httprunner/httprunner/v4/hrp/pkg/utf7"
"net"
"net/http"
"net/url"
@@ -17,6 +16,7 @@ import (
"github.com/rs/zerolog/log"
"github.com/httprunner/httprunner/v4/hrp/internal/code"
"github.com/httprunner/httprunner/v4/hrp/pkg/utf7"
)
var errDriverNotImplemented = errors.New("driver method not implemented")