mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
Travis go 1.8
Former-commit-id: 6cec1776862e3b8e753e13afa00341182ea3abf9
This commit is contained in:
parent
43fcdc6495
commit
54679ff550
|
@ -2,5 +2,6 @@ language: go
|
|||
|
||||
go:
|
||||
- go1.7
|
||||
- go1.8
|
||||
|
||||
go_import_path: gopkg.in/kataras/iris.v6
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user