I hereby claim:
- I am flosch on github.
- I am flosch (https://keybase.io/flosch) on keybase.
- I have a public key ASDZ6gRatMhXOD2EoNteO4u_Cf31cFEniEb6UpZ3wQU9zAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package main | |
import ( | |
"compress/gzip" | |
"io" | |
"net/http" | |
"strings" | |
) | |
type gzipResponseWriter struct { |