(options ...*KeyValuePairOpts)
| 94 | } |
| 95 | |
| 96 | func (kvs KeyValuePairs) Print(options ...*KeyValuePairOpts) { |
| 97 | fmt.Print(kvs.String(options...)) |
| 98 | } |
| 99 | |
| 100 | func mergeOptions(options ...*KeyValuePairOpts) KeyValuePairOpts { |
| 101 | mergedOpts := KeyValuePairOpts{} |