iris/httptest/httptest_go19.go

13 lines
186 B
Go
Raw Normal View History

// +build go1.9
package httptest
import "github.com/gavv/httpexpect"
type (
// Request type alias.
Request = httpexpect.Request
// Expect type alias.
Expect = httpexpect.Expect
)