mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-27 23:35:10 -04:00

Turns out `strings.Reader` implements both `io.Reader` and `io.Seeker`, so we don't need anything special. Updates #4936
Turns out `strings.Reader` implements both `io.Reader` and `io.Seeker`, so we don't need anything special. Updates #4936