diff --git a/exports.go b/exports.go index 52fe1ae65ccec420c07034163a2a00e4f9e171d5..f131107e8f6a705a46c966447d9ba3308ea3c4ed 100644 --- a/exports.go +++ b/exports.go @@ -26,9 +26,7 @@ type StreamingConn interface { } // ResponseWriter is used to write responses to the request -type ResponseWriter interface { - codec.ResponseWriter -} +type ResponseWriter = codec.ResponseWriter type ( // HandlerFunc is a Handler that exists as a function