Fix lint and format code in client/httplib dir
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user