JSONP built-in renderer.
| 53 | |
| 54 | // JSONP built-in renderer. |
| 55 | type JSONP struct { |
| 56 | Head |
| 57 | Indent bool |
| 58 | Callback string |
| 59 | } |
| 60 | |
| 61 | // Text built-in renderer. |
| 62 | type Text struct { |
nothing calls this directly
no outgoing calls
no test coverage detected