Fix lint and format code in client/httplib dir

This commit is contained in:
loyalsoldier
2021-06-06 20:41:10 +08:00
parent ca328208cc
commit c28ae80b11
9 changed files with 13 additions and 19 deletions

View File

@@ -18,8 +18,10 @@ import (
"github.com/beego/beego/v2/client/httplib"
)
var port = ""
var baseURL = "http://localhost:"
var (
port = ""
baseURL = "http://localhost:"
)
// TestHTTPRequest beego test request client
type TestHTTPRequest struct {