iris/httptest/httptest_go19.go
Gerasimos (Makis) Maropoulos ccafe67c80 nothing important here
Former-commit-id: e6c4ade12d085cb8fa4989b15fa446b75ee114b2
2019-07-15 09:58:05 +03:00

9 lines
129 B
Go

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