mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +01:00
9 lines
129 B
Go
9 lines
129 B
Go
// +build go1.9
|
|
|
|
package httptest
|
|
|
|
import "github.com/gavv/httpexpect"
|
|
|
|
// Request type alias.
|
|
type Request = httpexpect.Request
|