WithSections indicates section header is parsed.
()
| 96 | |
| 97 | // WithSections indicates section header is parsed. |
| 98 | func WithSections() Option { |
| 99 | return func(o *opts) { |
| 100 | o.parseSections = true |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | // WithExports indicates if the export directory is parsed. |
| 105 | func WithExports() Option { |
no outgoing calls