(str string)
| 29 | } |
| 30 | |
| 31 | func (u *unparser) write(str string) { |
| 32 | u.buf.WriteString(str) |
| 33 | } |
| 34 | |
| 35 | // fill Pretty-prints fodder. |
| 36 | // The crowded and separateToken params control whether single whitespace |
no outgoing calls
no test coverage detected