(val time.Duration)
| 18 | } |
| 19 | |
| 20 | func (d durationValue) ToString(val time.Duration) string { |
| 21 | d = durationValue(val) |
| 22 | return d.String() |
| 23 | } |
| 24 | |
| 25 | // Below functions are to satisfy the flag.Value interface |
| 26 |
nothing calls this directly
no test coverage detected