WithSectionMD5 indicates if MD5 hash is calculated for available sections.
()
| 117 | |
| 118 | // WithSectionMD5 indicates if MD5 hash is calculated for available sections. |
| 119 | func WithSectionMD5() Option { |
| 120 | return func(o *opts) { |
| 121 | o.sectionMD5 = true |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | // WithVersionResources indicates if version resources are parsed from the resource directory. |
| 126 | func WithVersionResources() Option { |
no outgoing calls