Fix lint and format code in adapter dir
This commit is contained in:
@@ -14,12 +14,7 @@
|
||||
|
||||
package testing
|
||||
|
||||
import (
|
||||
"github.com/beego/beego/v2/client/httplib/testing"
|
||||
)
|
||||
|
||||
var port = ""
|
||||
var baseURL = "http://localhost:"
|
||||
import "github.com/beego/beego/v2/client/httplib/testing"
|
||||
|
||||
// TestHTTPRequest beego test request client
|
||||
type TestHTTPRequest testing.TestHTTPRequest
|
||||
|
||||
Reference in New Issue
Block a user