mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 10:02:10 +08:00
fix error
This commit is contained in:
parent
798ff53cc8
commit
dd25493776
@ -39,7 +39,7 @@ type ResponseWriter interface {
|
||||
WriteHeaderNow()
|
||||
|
||||
// get the http.Pusher for server push
|
||||
Pusher()
|
||||
Pusher() http.Pusher
|
||||
}
|
||||
|
||||
type responseWriter struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user