Paul Freeman

Results 2 issues of Paul Freeman

The https://github.com/elm/file package provides methods for downloading strings and bytes as files, but similar methods are not included with this package. This makes it difficult for an application to generate...

### Description ## `responseWriter.Flush()` panics when underlying ResponseWriter doesn't implement `http.Flusher` ### Description Gin's `responseWriter.Flush()` method performs a direct type assertion without checking if the underlying `ResponseWriter` implements `http.Flusher`. This...

type/bug