ProgramOptions implements the Library interface method.
()
| 594 | |
| 595 | // ProgramOptions implements the Library interface method. |
| 596 | func (lib *optionalLib) ProgramOptions() []ProgramOption { |
| 597 | return []ProgramOption{ |
| 598 | CustomDecoratorV2(decorateOptionalOr), |
| 599 | } |
| 600 | } |
| 601 | |
| 602 | // Version returns the current version of the library. |
| 603 | func (lib *optionalLib) Version() uint32 { |
nothing calls this directly
no test coverage detected