iris/httptest/httptest_go19.go

9 lines
129 B
Go
Raw Normal View History

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