fix error

This commit is contained in:
htobenothing 2018-03-07 23:31:23 +08:00 committed by Bo-Yi Wu
parent 798ff53cc8
commit dd25493776

View File

@ -39,7 +39,7 @@ type ResponseWriter interface {
WriteHeaderNow() WriteHeaderNow()
// get the http.Pusher for server push // get the http.Pusher for server push
Pusher() Pusher() http.Pusher
} }
type responseWriter struct { type responseWriter struct {