A custom Parser that can be configured.
| 46 | |
| 47 | // A custom Parser that can be configured. |
| 48 | type Parser struct { |
| 49 | options ParseOption |
| 50 | } |
| 51 | |
| 52 | // NewParser creates a Parser with custom options. |
| 53 | // |
nothing calls this directly
no outgoing calls
no test coverage detected