The ContentReader
interface now returns an io.ReadCloser
instead of just an io.Reader
so that the ability to close your stream of data is a bit more explicit.
The ContentReader
interface now returns an io.ReadCloser
instead of just an io.Reader
so that the ability to close your stream of data is a bit more explicit.