mirror of
https://github.com/gin-gonic/gin.git
synced 2026-01-08 23:37:05 +08:00
gofmt code
This commit is contained in:
parent
53799774f4
commit
d425bf52b6
@ -289,7 +289,6 @@ func TestContextHandler(t *testing.T) {
|
||||
assert.Equal(t, reflect.ValueOf(handlerTest).Pointer(), reflect.ValueOf(c.Handler()).Pointer())
|
||||
}
|
||||
|
||||
|
||||
func TestContextQuery(t *testing.T) {
|
||||
c, _ := CreateTestContext(httptest.NewRecorder())
|
||||
c.Request, _ = http.NewRequest("GET", "http://example.com/?foo=bar&page=10&id=", nil)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user