Remove ResponseWriter.Close method

This commit is contained in:
Adnan Maolood
2021-02-24 19:00:09 -05:00
parent 1bc5c68c3f
commit 1764e02d1e
3 changed files with 7 additions and 25 deletions

View File

@@ -102,7 +102,3 @@ func (w *logResponseWriter) WriteHeader(status gemini.Status, meta string) {
func (w *logResponseWriter) Flush() error {
return nil
}
func (w *logResponseWriter) Close() error {
return nil
}