unread pushes the previously read rune back onto the buffer.
()
| 500 | |
| 501 | // unread pushes the previously read rune back onto the buffer. |
| 502 | func (r *reader) unread() { r.n++ } |
| 503 | |
| 504 | // curr returns the last read character and position. |
| 505 | func (r *reader) curr() (ch rune, pos int) { |
no outgoing calls
no test coverage detected