--------------------------------------------------------------------------- builtin — DocReader-backed parser for complex document formats. ---------------------------------------------------------------------------
| 39 | // --------------------------------------------------------------------------- |
| 40 | |
| 41 | type builtinEngine struct{} |
| 42 | |
| 43 | func (e *builtinEngine) Name() string { return "builtin" } |
| 44 | func (e *builtinEngine) Description() string { |
nothing calls this directly
no outgoing calls
no test coverage detected