1
0
Fork 0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-05-06 04:36:09 +02:00

Remove unused field

This commit is contained in:
Adnan Maolood 2021-03-20 12:05:21 -04:00
parent 0a709da439
commit 4c7c200f92

View File

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