mimetype icon indicating copy to clipboard operation
mimetype copied to clipboard

Make recycleReader an external function

Open eccles opened this issue 2 years ago • 0 comments

The function:

    recycleReader(input io.Reader) (mimeType string, recycled io.Reader, err error)

in mime_test.go is extremely useful and should be made available.

eccles avatar Apr 28 '22 16:04 eccles