mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 13:35:59 +00:00
Travis go 1.8
Former-commit-id: 6cec1776862e3b8e753e13afa00341182ea3abf9
This commit is contained in:
@@ -61,6 +61,8 @@ type ResponseWriter interface {
|
||||
http.Flusher
|
||||
http.Hijacker
|
||||
http.CloseNotifier
|
||||
// breaks go 1.7 as well as the *PushOptions.
|
||||
// New users should upgrade to 1.8 if they want to use Iris.
|
||||
http.Pusher
|
||||
|
||||
Writef(format string, a ...interface{}) (n int, err error)
|
||||
|
||||
Reference in New Issue
Block a user