Fix lint and format code in adapter dir

This commit is contained in:
loyalsoldier
2021-06-05 11:37:02 +08:00
parent ca328208cc
commit 3572ac96a4
18 changed files with 24 additions and 90 deletions

View File

@@ -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