Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
htobenothing committed Mar 7, 2018
1 parent 4044552 commit 60c4f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion response_writer.go
Expand Up @@ -39,7 +39,7 @@ type ResponseWriter interface {
WriteHeaderNow()

// get the http.Pusher for server push
Pusher()
Pusher() http.Pusher
}

type responseWriter struct {
Expand Down

0 comments on commit 60c4f0d

Please sign in to comment.