mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 04:47:02 +00:00
nothing important here
Former-commit-id: e6c4ade12d085cb8fa4989b15fa446b75ee114b2
This commit is contained in:
8
httptest/httptest_go19.go
Normal file
8
httptest/httptest_go19.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build go1.9
|
||||
|
||||
package httptest
|
||||
|
||||
import "github.com/gavv/httpexpect"
|
||||
|
||||
// Request type alias.
|
||||
type Request = httpexpect.Request
|
||||
Reference in New Issue
Block a user