HTML loads parses and sanitizes html content from an io.Reader.
| 13 | |
| 14 | // HTML loads parses and sanitizes html content from an io.Reader. |
| 15 | type HTML struct { |
| 16 | r io.Reader |
| 17 | } |
| 18 | |
| 19 | var _ Loader = HTML{} |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected