mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
ccafe67c80
Former-commit-id: e6c4ade12d085cb8fa4989b15fa446b75ee114b2
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
|