From 38a81d9e39a60d2fe4fe206df532010b9d3b4536 Mon Sep 17 00:00:00 2001 From: a <a@tuxpa.in> Date: Thu, 26 Oct 2023 11:56:12 -0500 Subject: [PATCH] weird --- exports.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exports.go b/exports.go index 52fe1ae..f131107 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 -- GitLab