DefaultReaderOptions returns the default reader options.
()
| 10 | |
| 11 | // DefaultReaderOptions returns the default reader options. |
| 12 | func DefaultReaderOptions() ReaderOptions { |
| 13 | return ReaderOptions{ |
| 14 | Ext: make(map[string]string), |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | // Reader reads a value from a byte slice. |
| 19 | type Reader interface { |
no outgoing calls