peek() peeks a rune from underlying reader. if reader meets EOF, it will return unicode.ReplacementChar. to distinguish from the real unicode.ReplacementChar, the caller should call r.eof() again to check.
()
source not stored for this graph (policy: none)
no test coverage detected