1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-18 13:31:36 +02:00

Remove unused field

This commit is contained in:
adnano 2021-03-20 12:05:21 -04:00
parent 57968c0fce
commit be3417c785

View File

@ -175,7 +175,6 @@ type ResponseWriter interface {
type responseWriter struct {
bw *bufio.Writer
cl io.Closer
mediatype string
wroteHeader bool
bodyAllowed bool