NewOptionsBuilder creates a new OptionsBuilder.
()
| 34 | |
| 35 | // NewOptionsBuilder creates a new OptionsBuilder. |
| 36 | func NewOptionsBuilder() OptionsBuilder { |
| 37 | return make(OptionsBuilder) |
| 38 | } |
| 39 | |
| 40 | // Add adds a new option with the specified key |
| 41 | // and returns the OptionArgs for setting its arguments. |
no outgoing calls